Summer ’26

Summer ’25

Decorator @Cached_property
Study Python's cached_property decorator, how it stores computed values on instances, and where it fits in Django-style code.

3 min read

Spring ’25

Winter ’24/25

Decorators Pattern in Python
Understand Python decorators as a design pattern, including first-class functions, simple wrappers, chained decorators, and common uses.

3 min read

Autumn ’24