This course will deepen your knowledge of object-oriented programming in Python, expanding on concepts you’re familiar with and introducing new tools that will broaden you Python design palette.
The course includes:
- Class Attributes, Methods, and Properties
- String Representation of Objects
- Multiple Inheritance and Method-resolution Order
- Class Decorators
- Data Classes
First, you will learn how to distinguish between classes and instances, and define attributes on both. Next, you will explore properties using them to encapsulate state.
Finally, you will discover how to combine classes using inheritance and multiple inheritance, and have these classes collaborate in ways which are distinctive to the Python language.
When you are finished with this course, the will have the skills and knowledge of the core Python language needed to develop larger and robust software systems.