English

Español

Português

Türkçe

Français

Deutsch

Русский

日本語

한국어

العربية

Login

menu icon
Creator image

Creator

Anonymous

Python Decorators

In this course, you'll learn how to use decorators in Python, a powerful tool for modifying the behavior of functions. Practice with a series of coding challenges to reinforce your understanding.

12 Lessons

11 Challenges

Prerequisites

Save for later

Introduction

What is a Decorator?

Nested Functions

Functions as Arguments

Return a Function

Decorators

Decorators Usage

Python Syntax

Chaining Decorators

Practice

Practice #1

Practice #2

Practice #3

Practice #4

Practice #5