Lesson 1: Python Review & OOP Preview
What You'll Learn
- Refresh core Python: variables, functions, lists, dicts, and loops
- Understand what Object-Oriented Programming (OOP) is and why it matters
- Preview classes and objects — the foundation of the entire course
Quick Check
1. In OOP, what is a class?
2. The __init__ method is called when:
3. Which OOP pillar describes hiding internal implementation details?
4. self in a Python method refers to: