Subject
1 entry
Metaprogramming
Bookmarks
Python Decorators: A Primer
A practical explainer on Python decorators — the @syntax wrapper pattern that lets you modify or extend function behavior without changing the function itself. A key Python metaprogramming tool used for logging, auth, caching, and more.
