Concept Flow - Instance attributes
Create object from class
Call __init__ method
Set instance attributes
Object ready with own data
Access or modify attributes
Use attributes in methods or outside
When you create an object, Python runs __init__ to set up instance attributes that hold data unique to that object.