Skip to content

Commit

Permalink
Sat Jan 13 16:38:28 CET 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerosa committed Jan 13, 2024
1 parent abb6616 commit 6d1f5d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The python programming language and its library ecosystem are essential tools in
5. [**Symbolic maths: mathematica**](lectures/L05_mathematica.nb) Simplification. Solvers. Calculus. Differential Equations
6. [**Version control: git**](lectures/L06_git.ipynb). Why. Git walkthrough. SSH keys. Github.
7. [**Go faster: numba and multiprocessing**](lectures/L07_numba_multiprocessing.ipynb). Python extensions. Decorators. Just-in-time compilation. Notions of parallel computing. Embarrassingly parallel tasks.
8. [**Code development: pytest and pip**](lectures/L08_pytest_pip.ipynb). Module setup. Installation. Usage. Deployment. Unit tests. Automated tests. Benchmark tests. Unit tests. Automated tests. Benchmark tests.
8. [**Code development: pytest, pip, cprofile**](lectures/L08_pytest_pip_cprofile.ipynb). Module setup. Module deployment. Unit tests. Automated tests. Benchmark tests. Profiling.

Other (not covered in class):

Expand Down
File renamed without changes.

0 comments on commit 6d1f5d7

Please sign in to comment.