De-mystifying python decorators

Python function decorators are encountered in many advanced programming contexts, including the use of frameworks like twisted and flask. In this post on Medium I deconstruct the decorator syntax and show how they are used to perform operations at both module import and function call time.

De-mystifying python decorators

One thought on “De-mystifying python decorators

Leave a Reply

Your email address will not be published. Required fields are marked *