Making a lazy attribute PREMIUM

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

In Python, you can make an attribute that doesn't exist until it's accessed.

Doing lots of work in the __init__ method

Here we have a FileStats class which accepts a filename:

...

A Python Tip Every Week

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