Skip to content

Latest commit

 

History

History

17_decorators

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
group hidden
Advanced
true

Decorators in Python

Decorators allow us to extend another function without modifying it directly.

The video course goes into a lot of detail. You can see this in the lectures.

We've also made a full free mini-course on decorators!