Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Next Step Python: Decorators

Posted By: lucky_aut
Next Step Python: Decorators

Next Step Python: Decorators
Duration: 55m 8s | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 104 MB
Genre: eLearning | Language: English


Decorators are an increasingly important feature in Python. They add functionality to an existing object without permanently modifying it. Being able to use decorators effectively is critical to working with larger Python projects and frameworks. In this course, Jonathan Fernandes explains what decorators are and why they are used so extensively in production projects. He explains how to solve common challenges associated with decorators, such as debugging; how to chain decorators; how to use decorators with classes; and how to access the arguments passed into decorated functions. Plus, find out how to use and debug decorators in the real world by examining decorators' role in the source code for the Flask microplatform.

Topics include:
Working with functions in Python
Beautifying output
HTML styling
Using decorators with arguments
Using decorators with classes
Identifying decorators in Flask source code

Next Step Python: Decorators