OpenSesame
Rapunzel Code Editor
DataMatrix
Support forum
Python Tutorials
MindProbe
Python videos

Decorators

This is a series of video tutorials focused on decorators in Python. The series covers basic function decorators, decorators with arguments, and an advanced use case in which a decorator is used to turn a function into a class.

Basic function decorators

Video 1. Basic function decorators

Decorators with arguments

Video 2. Decorators with arguments

Turning a function into a class with a decorator

Video 3. Turning a function into a class with a decorator

You're done with this section!

Continue with Code quality >>