A Taxonomy of Decorators - A-E
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the world of Python decorators in this informative conference talk from EuroPython 2018. Dive into a comprehensive taxonomy of decorators, categorized into five distinct types: Argument Changing, Binding, Control Flow, Descriptive, and Execution. Learn about various decorator syntaxes and discover common usage patterns that serve as design patterns for decorators. Gain insights into how decorators can modify function arguments, implement the Descriptor Protocol, alter control flow, create references, and even manipulate source code and abstract syntax trees. Enhance your understanding of these powerful Python features and their practical applications in just 29 minutes.
Syllabus
Andy Fundinger - A Taxonomy of Decorators: A E
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube