From the video, you will learn how to create and use in Python:
Class Objects,
Class Instance
Class Methods (functions in classes),
A special method, constructor _init_ ,
The keyword self,
Class attributes,
Private class attributes,
Private class methods