@@ -12,29 +12,32 @@ parts:
|
12 | 12 | - file: oop_intro |
13 | 13 | - file: names |
14 | 14 | - file: python_oop |
15 | | - - file: workspace |
16 | | -- caption: The Scientific Libraries |
| 15 | +- caption: Foundations of Scientific Computing |
17 | 16 | numbered: true |
18 | 17 | chapters: |
19 | 18 | - file: need_for_speed |
20 | 19 | - file: numpy |
21 | 20 | - file: matplotlib |
22 | 21 | - file: scipy |
23 | | - - file: pandas |
24 | | - - file: pandas_panel |
25 | | - - file: sympy |
26 | 22 | - caption: High Performance Computing |
27 | 23 | numbered: true |
28 | 24 | chapters: |
29 | 25 | - file: numba |
30 | 26 | - file: parallelization |
31 | 27 | - 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 |
33 | 34 | numbered: true |
34 | 35 | chapters: |
35 | 36 | - file: writing_good_code |
| 37 | + - file: workspace |
36 | 38 | - file: python_advanced_features |
37 | 39 | - file: debugging |
| 40 | + - file: sympy |
38 | 41 | - caption: Other |
39 | 42 | numbered: true |
40 | 43 | chapters: |
|