Bridge Academy.
← BACK TO MATERIALS
WEEK 72 · JANUARY 14, 2027

OOP Introduction · Part 1

Classes, instances, `__init__`, instance attributes, and basic methods.

Lesson 32 · OOP Introduction · Part 1 — Level II · Guide

January 14, 2027 · Bridge Academy Python Program

Learning goals

- Define a class. - Create instances. - Store instance attributes in __init__. - Write simple instance methods.

Students begin object-oriented programming with a familiar idea: bundling related data and behavior together in one object.

Preview truncated — download the notebook to see the full lesson.