Tutorials
RealPython – Python Decorators 101
RealPython – Python Decorators 101 Free Tutorial Download
Congratulations on getting this far. This video is a recap and review of this section. You’ve covered a couple of useful real world examples such as:
- Boilerplate template for creating decorators that you can reuse
- How to time functions
- Using a decorator to build a debugging tool
- Slow down code if you need to
- Making a light-weight plugin architecture to register plugins