Coddy logo

Explore

Categories

Programming language

Explore courses by programming language.

Course type

Learn, challenge or build your portfolio in a practice-driven way.

Level of knowledge

Choose courses tailored to your level of knowledge perfectly.

Or try to search for any course. Still can't find? let us know what are you missing!

Daily Challenge

search
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

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