Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,32 @@ parts:
- file: oop_intro
- file: names
- file: python_oop
- file: workspace
- caption: The Scientific Libraries
- caption: Foundations of Scientific Computing
numbered: true
chapters:
- file: need_for_speed
- file: numpy
- file: matplotlib
- file: scipy
- file: pandas
- file: pandas_panel
- file: sympy
- caption: High Performance Computing
numbered: true
chapters:
- file: numba
- file: parallelization
- file: jax_intro
- caption: Advanced Python Programming
- caption: Working with Data
numbered: true
chapters:
- file: pandas
- file: pandas_panel
- caption: More Python Programming
numbered: true
chapters:
- file: writing_good_code
- file: workspace
- file: python_advanced_features
- file: debugging
- file: sympy
- caption: Other
numbered: true
chapters:
Expand Down
2 changes: 1 addition & 1 deletion lectures/sympy.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,4 @@ solve(Eq(log_bino_diff, 0), θ)[0]
```

```{solution-end}
```
```
Loading