Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 432 Bytes

File metadata and controls

11 lines (8 loc) · 432 Bytes
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!