Using attributes on classes PREMIUM

Series: Classes
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12

When are class attributes used in Python?

An example class attribute

Python's classes can have attributes, the same way that instances of classes can have attributes.

For example, here's a dataclass with a color attribute:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.