Coddy logo
Store
Leaderboard
menu icon
Loading...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

Knowledge in Python

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