Recommended Talks¶
Estimated time to read: 1 minute
A selection of lectures recommended for consumption by any real Pythonista.
Write better tests¶
- Pro tips for writing great unit tests (Raymond Hettinger, 2022)
Write better Python code¶
- Transforming Code into Beautiful, Idiomatic Python (Raymond Hettinger, 2013)
- Beyond PEP 8 – Best practices for beautiful intelligible code (Raymond Hettinger, 2015)