Introduction
  • Important : Source Code Repository required for course
  • Introduction to Object Oriented Python
Classes and Objects
  • Classes and Objects
  • Classes and Objects ....... continued
  • Quiz -1
  • Practice Exercise -1
  • Solutions - 1
  • __init__ Method
  • Data Hiding
  • Property
  • Practice Exercise - 2
  • Solutions - 2
  • Class Variables
  • Class Methods
  • Static Methods
  • Quiz -2
  • Practice Exercise - 3
  • Solutions - 3
Magic Methods In Python
  • Magic Methods - 1
  • Magic Methods - 2
  • Magic Methods - 3
  • Practice Exercise - 4
  • Solutions - 4
Inheritance and Polymorphism In Python
  • Inheritance in Python
  • Multiple Inheritance
  • MRO and super
  • Polymorphism in Python
  • Practice Exercise - 5
  • Solutions - 5
Bonus Lecture
  • Bonus lecture