[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Python Decorators 101 – Real Python

Real Python

The Wayback Machine - https://web.archive.org/web/20240228030840/https://realpython.com/courses/python-decorators-101/

In this course on Python decorators, you’ll learn what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it.

What’s Included:

Downloadable Resources:

Section 1: Functions

6 Lessons 13m

Section 2: Decorators

8 Lessons 28m

Section 3: Real-World Examples

6 Lessons 25m

Chris is an avid Pythonista and creates video tutorials for Real Python. He is a programmer and data analyst. He creates music under the name Tripnet. Chris lives in Colorado with his wife and two dogs.

» More about Christopher


Each tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who worked on this tutorial are:

« Browse All Courses