Playback speed
×
Share post
Share post at current time
0:00
/
0:00
Preview
2

Working with Decorators in Python

2

Decorators are sometimes hard to understand. So I created this video tutorial on the topic a few months ago.

In this tutorial, you will learn the following:

  • How functions work

  • Function Introspection

  • Closures

  • Creating a Decorator

  • Stacking Decorators

  • Decorators with Arguments

  • Practical Decorators

  • Decorators in Python Standard Library

Technically, this vide…

Watch with a 7-day free trial

Subscribe to The Python Papers to watch this video and get 7 days of free access to the full post archives.

The Python Papers
The Python Papers
Authors
Mike Driscoll