Skip to content

Commit ee0843a

Browse files
jstacclaude
andcommitted
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>
1 parent 7708e8a commit ee0843a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

lectures/_toc.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,30 @@ 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
38+
- file: sympy
3639
- file: python_advanced_features
3740
- file: debugging
3841
- caption: Other

0 commit comments

Comments
 (0)