Contribute Media
A thank you to everyone who makes this possible: Read More

A Taxonomy of Decorators: A-E

Translations: en

Description

Since their addition in Python 2.4, Decorators have become an established part of the Python language and many of our development projects. This talk will look at the purpose, implementation, and pitfalls of five types of decorators, from the Argument changing decorator to the Execution decorator.

Talk page: https://2019.pycascades.com/talks/a-taxonomy-of-decorators/

Details

Improve this page