Next Step Python: Decorators

LinkedIn Learning Review
Location
Online(Course Link)
Dates
On Demand
Course Categories
IT, Technology and Software
Certficate
Yes()
Language
English
Course Fees
US Dollar 15.94 (Check Course Page for Last Price)No. of Attendant
Unlimited
Acquired Skills/Covered Subjects
- Working with functions in Python,Beautifying output,HTML styling,Using decorators with arguments
Provider Name | LinkedIn Learning |
---|---|
Training Areas |
|
Website | https://www.linkedin.com/learning/ |
About The Provider |
LinkedIn Learning is an American website offering video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015.Microsoft acquired LinkedIn in December 2016. |
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.