This video is from my popular Python 3 course, where you learn the foundations / basics of object oriented programming with Python 3.
OOP in Python 3, is very similar to object oriented programming in many other languages. So once you understand how to create classes in Python (for example), you will understand them in all object oriented languages. Python shares all the basic constructs of object oriented programming, that you see in many other languages.
For this video lesson, I assume you know the basics of Python programming.
#python