Course Information
Course Overview
Learn how to develop Decorators in Python!
This course covers one of the more difficult topics in Python. Explaining it step by step throughout the course, using code samples and diagrams will provide you with the desired in-depth understanding, not only in Python but in other programming languages as well. The coding exercises this course includes will allow you to asses the level of understanding you achieve.
Course Content
- 9 section(s)
- 10 lecture(s)
- Section 1 Introduction
- Section 2 Simple Decorators
- Section 3 Decorating Functions with Parameters
- Section 4 Using Classes as Decorators
- Section 5 Nested Decorators
- Section 6 Decorators for Classes
- Section 7 Decorators with Arguments
- Section 8 Real World Examples
- Section 9 Solutions
What You’ll Learn
- The students will learn how to develop new decorators and will become familiar with the decorator's capabilities.
Skills covered in this course
Reviews
-
MMarco Storm
Good for a little overview about generators. Somehow very difficult to understand what the teacher wants to tell me. I learned a view things, but I don't know what to do with the new knowledge in my daily work...
-
PPat Kelly
This course took a non-obvious (to me anyway) Python topic and broke the answer into multiple sections, each of which was explained well step-by-step with several print statements and then describing the order of operation as seen courtesy of the print statements.
-
DDima Ba
Great course, explained very well!