451 views
In this video I talk about using decorators in Python. I show how a decorator works and also how to create your own decorators. I show three types of decorators: Simple decorators Decorators with parameters Decorators with optional parameters