Skip to main content
Ryan Orban

Ryan Orban

Subject
1 entry

Metaprogramming

Bookmarks

  1. 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.

All bookmarks