Python Basics Exercises: Building Systems With Classes
In Python Basics: Building Systems With Classes, you moved beyond the basics of object-oriented programming (OOP), and started to put those classes to work. In this exercise course you will employ these capabilities to build more complex systems and write readable, reusable code.
In this video course, you’ll practice the following:
- Compose classes together to create layers of functionality
- Inherit and override behavior from other classes to create variations
- Creatively mix and match these approaches
- Instantiate classes with attributes and methods
- Override methods from a parent class
This video course is part of the Python Basics series, which accompanies Python Basics: A Practical Introduction to Python 3.
Note that you’ll be using IDLE to