Skip to content

Commit 797154e

Browse files
committed
Update _toc.yml with 19 new lectures
1 parent 0b40dd4 commit 797154e

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

lectures/_toc.yml

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,38 @@ parts:
88
- file: getting_started
99
- file: python_by_example
1010
- file: functions
11-
# - file: python_essentials
12-
# - file: oop_intro
13-
# - file: names
14-
# - file: python_oop
15-
# - file: workspace
16-
# - caption: The Scientific Libraries
17-
# numbered: true
18-
# chapters:
19-
# - file: need_for_speed
20-
# - file: numpy
21-
# - file: matplotlib
22-
# - file: scipy
23-
# - file: pandas
24-
# - file: pandas_panel
25-
# - file: sympy
26-
# - caption: High Performance Computing
27-
# numbered: true
28-
# chapters:
29-
# - file: numba
30-
# - file: parallelization
31-
# - file: jax_intro
32-
# - caption: Advanced Python Programming
33-
# numbered: true
34-
# chapters:
35-
# - file: writing_good_code
36-
# - file: python_advanced_features
37-
# - file: debugging
11+
- file: python_essentials
12+
- file: oop_intro
13+
- file: names
14+
- file: python_oop
15+
- caption: Foundations of Scientific Computing
16+
numbered: true
17+
chapters:
18+
- file: need_for_speed
19+
- file: numpy
20+
- file: matplotlib
21+
- file: scipy
22+
- caption: High Performance Computing
23+
numbered: true
24+
chapters:
25+
- file: numba
26+
- file: jax_intro
27+
- file: numpy_vs_numba_vs_jax
28+
- caption: Working with Data
29+
numbered: true
30+
chapters:
31+
- file: pandas
32+
- file: pandas_panel
33+
- caption: More Python Programming
34+
numbered: true
35+
chapters:
36+
- file: writing_good_code
37+
- file: workspace
38+
- file: python_advanced_features
39+
- file: debugging
40+
- file: sympy
3841
- caption: Other
3942
numbered: true
4043
chapters:
41-
# - file: troubleshooting
44+
- file: troubleshooting
4245
- file: status

0 commit comments

Comments
 (0)