"Tutorial Link: • Playlist
Understanding Python Object Oriented Programing is a key piece to master python and use the most of its library
This tutorial will be focusing on a practical example to learn OOP which will provide the experience that will re-enforce your learning and understand of different aspects of the Object oriented programming.
The overall tutorial is compsoed of 8 episodes for learning concepts and 3 ones to have a clear practical expirience using a core Python library
This lesson will be an introduction to special Methods with focus on the object inheritance
Bellow the different charpters of this lesson:
00:00 - Introduction to object inheritance
01:20 - Create a subClass
04:00 - Running the subClasses
05:00 - Use the help function
06:10 - add the super function
10:00 - super for the second Subclass