In this video you'll learn the basic concept of object oriented programming in Python.
At the end of this video, you will be able to create a class, and use the magic init method to define the class properties.
We create a class and create an instance of the class, you'll also learn how to access class properties and methods using the self parameter.
Download python: https://python.org
Full course: https://drillerbyte.com/courses
Recommended book: https://amzn.to/2VHlk4q
#python #programming #pythonOOP