M07 Classes
Topics
- Concept of object-oriented programming
- Concept of classes
- Python’s approach to organizing classes
- Python’s approach to creating and using classes
- Creating your own classes
Readings
- Classes (Official Python)
- Lutz 2019, Part VI, Classes and OOP, Chapters 26–29.