Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5b5e342

Browse filesBrowse files
jstacclaude
andauthored
Reorganize table of contents structure (#428)
* Reorganize table of contents structure - Rename "The Scientific Libraries" to "Foundations of Scientific Computing" - Create new "Working with Data" section for Pandas content - Rename "Advanced Python Programming" to "More Python Programming" - Reorganize content placement for better logical flow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * misc --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7708e8a commit 5b5e342
Copy full SHA for 5b5e342

File tree

Expand file treeCollapse file tree

2 files changed

+10
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-7
lines changed
Open diff view settings
Collapse file

‎lectures/_toc.yml‎

Copy file name to clipboardExpand all lines: lectures/_toc.yml
+9-6Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,32 @@ parts:
1212
- file: oop_intro
1313
- file: names
1414
- file: python_oop
15-
- file: workspace
16-
- caption: The Scientific Libraries
15+
- caption: Foundations of Scientific Computing
1716
numbered: true
1817
chapters:
1918
- file: need_for_speed
2019
- file: numpy
2120
- file: matplotlib
2221
- file: scipy
23-
- file: pandas
24-
- file: pandas_panel
25-
- file: sympy
2622
- caption: High Performance Computing
2723
numbered: true
2824
chapters:
2925
- file: numba
3026
- file: parallelization
3127
- file: jax_intro
32-
- caption: Advanced Python Programming
28+
- caption: Working with Data
29+
numbered: true
30+
chapters:
31+
- file: pandas
32+
- file: pandas_panel
33+
- caption: More Python Programming
3334
numbered: true
3435
chapters:
3536
- file: writing_good_code
37+
- file: workspace
3638
- file: python_advanced_features
3739
- file: debugging
40+
- file: sympy
3841
- caption: Other
3942
numbered: true
4043
chapters:
Collapse file

‎lectures/sympy.md‎

Copy file name to clipboardExpand all lines: lectures/sympy.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -712,4 +712,4 @@ solve(Eq(log_bino_diff, 0), θ)[0]
712712
```
713713

714714
```{solution-end}
715-
```
715+
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.