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.
Sign in to add slides, notes or videos to this session