Overview
Learn the fundamentals of Object-Oriented Programming (OOP) in Python through this comprehensive 53-minute video tutorial designed for beginners. Gain a strong foundation in OOP principles, including classes, objects, methods, attributes, inheritance, and static methods. Explore key concepts such as creating and modifying classes, defining methods, working with multiple classes, and implementing inheritance. Master the essentials of Python OOP to enhance your programming skills and write more efficient, modular code.
Syllabus
Intro
What is an Object
Methods
Creating a Class
Defining Methods
Anit Method
Attributes
Name and Age
Modifying Attributes
Multiple Classes
Adding Students
Inheritance
Create another class
Class attributes
Static methods
Taught by
Tech With Tim