Further Reading/WatchingΒΆ
- Python Documentation: Classes
- Python Practice Book: Object Oriented Programming
- Stop Writing Classes
- PEP 257: Docstring Conventions
- Python Cookbook: Classes and Objects
- Python’s Super Considered Harmful
- Diving into Python 3: Classes & Iterators
- Introduction to OOP with Python
- Writing Idiomatic Python: Section 1.2, 2.7, and 3.2 (whole book costs $15)
- Super considered super!