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.
Syllabus
3 chapters12 lessonsIntroduction
4 lessons- 01What is a Decorator?
- 02Nested Functions
- 03Functions as Arguments
- 04Return a Function
Decorators
3 lessons- 01Decorators Usage
- 02Python Syntax
- 03Chaining Decorators
Practice
5 lessons- 01Practice #1
- 02Practice #2
- 03Practice #3
- 04Practice #4
- 05Practice #5
More like this
Python Iterators
In this course you will learn about iterators in Python and practice your knowledge, after this course you will be able to master this topic!
Certificate on completion
- 13
Sets in Python
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
- 11
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
Python JSON
In this course, you will learn about JSON and dive into the json library in Python, and master it!
- 9
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12