Notes and sample code for the Effective Python study circle hosted by Turku.py in spring 2020. The code examples use Python 3.7.
- Pythonic Thinking 5.4.20 10-11
- Functions 13.4.20 10-11
- Classes and Inheritance 19.4.20 10-11
- Metaclasses and Attributes 24.6. 11-12
- Concurrency and Parallelism 9.5. 13-14
- Built-in Modules 24.5. 10-11
- Collaboration 31.5. 10-11
- Production 7.6. 10-11
To run the example code in for example /functions/itering.py
, call python functions/itering.py
using python 3. If you get errors, the correct command might be python3
instead of python
(since only python
often refers to python 2).