Lesson 1️⃣: OOP Attributes & The Constructor Method

Bitesize Key points from this lesson

  1. This lesson was focused on Object Oriented Programming (OOP) in Python, specifically on attributes and the constructor method.
  2. We learned about the concept of classes and how they are used to create objects.
  3. We explored the role of attributes in defining the properties of an object.
  4. We also learned about the constructor method __init__() and how it is used to initialize object attributes.
  5. Lastly, we saw how to create instances of a class and access their attributes (AKA instantiation).

Activities

The best way to improve your programming skills is to practice.