Python 3
Class notes
For classes 0–2: Press Space to go through everything in sequence, press Esc for overview, use arrow keys to switch between slides and sub-slides.
- Class 0 - general information
- Class 1 - introduction to Git
- Class 2 - more Git
- Class 3 - virtual envs, packaging
- Class 4 - documentation with Sphinx
- Class 6 - type hints
- Class 7 - testing
- Class 8 - profiling
- Class 9 - extension modules
- Class 10 - wrapping external libraries
Resources
Basics of UNIX shell:
Git resources:
- Version Control with Git - https://swcarpentry.github.io/git-novice/index.html (resource for novices)
- Pro Git book - https://git-scm.com/book/en/v2 (full course, good reference)
- git manpages - https://git-scm.com/docs
Python programming:
Object-oriented and GUI programming:
- Python 3 Object Oriented Programming, D. Phillips, Packt Publishing, 2010.
- Rapid GUI Programming with Python and Qt, M. Summerfield, Prentice Hall, 2007.
NumPy/SciPy/Matplotlib:
- http://www.scipy-lectures.org/
- Matplotlib for Python developers, S. Tossi, Packt Publishing, 2009.
- Guide to Numpy, T. E. Oliphant, 2006.
- SciPy Cookbook
- From Python to Numpy, N. P. Rougier, 2017