Meta-matters: using decorators for better Python programming

Dr. Graeme Cross (Planet Innovation) bio
30min ◊◊ Intermediate
Sunday 03:10pm, Corinthian
categories: language

The inbuilt decorators are commonly used by Python programmers to define static methods, class methods and properties, but many Python programmers don't know how to create their own custom decorators that can simplify their code, making it more readable, easier to extend and also easier to maintain.
 
This tutorial will teach you the fundamental concepts of decorators, how to write your own decorators and also how to ensure your decorators play nice with functions, methods, docstrings and debuggers.


files Files:





# Permalink