Episode

Python for Beginners [42 of 44] Decorators

Decorators are commonly used by Python frameworks, allowing you to add power to the normal Python structures, such as functions, you're already using. We'll discuss how to both create and consume decorators.

Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython

Sample code: https://aka.ms/PythonGettingStarted
Watch the entire series: https://aka.ms/PythonBeginnerSeries

Python