Classes and objects
Posted on May 26th, 2020
Today, we’ll take a survey of object-oriented programming to get us ready to take on Django.
Today’s topics
- Object-oriented programming
- Classes and objects
Project review questions
- What’s something I learned in doing this project?
- What’s something I want to understand better/know more about after doing this project?
- What was my biggest accomplishment doing this project?
Project
Videos
Resources
- Real Python - Object-Oriented Programming in Python 3
- A Guide to Python’s Magic Methods - great reference, but caution! This was written for Python 2, and so a few things may be different in Python 3.