Python Classes and Objects - OOP for Beginners

In this tutorial, we will learn about Python Classes & Objects in great detail! I’ve been promising this for a while now, but we’re finally diving into Object-Oriented Programming! In Python, almost everything is an object! (including lists, strings, integers, dictionaries and etc.) With classes can create new kinds of objects and define their own methods and attributes. Where attributes represent data about the object such as: name, colour, speed, size. And methods represent functionality or tasks associated with the objects, such as: drawing the object to the screen, changing its speed or size. After you watch this - you’ll be much more comfortable with using classes in your GUI projects 💪 So if you’re ready to step up your programming game - this video is a great starting point! 😉 🛑 RELATED TUTORIALS 🛑 ********************************** ⭐ Super Init, Class Inheritance and Private Class Members:
Back to Top