Python Talks
Resources
Raymond Hettinger : Beyond PEP 8 - Best practices for beautiful intelligible code PyCon 2015
talks about context managers,
__enter__
,__exit__
,__getitem__
,__len__
methods.The Mental Game of Python : Raymond Hettinger(PyBay 2019)
talks about building classes independently and letting inheritance discover itself.
David Beazley - Modules and Packages: Live and Let Die! - PyCon 2015
talks about [[python-imports]].
Backlinks
Python
- [[python-talks]]