Exercises for exploring and implementing useful decorator patterns in Python. Python 3 please!
- A basic "what is a decorator?" blog post I wrote. Everybody has to write one of these, right?
- A more recent and thorough Primer on Python Decorators
- A list of cool Python Decorators