الخطوة التالية بايثون: ديكور

LinkedIn Learning Review
الموقع
Online(رابط الدورة)
التاريخ
عند الطلب
أقسام الدورات
نظم معلومات و تكنولوجيا
الشهادة
Yes()
اللغة
الإنجليزية
رسوم الدورة
(التحقق من صفحة الدورة لآخر سعر) 15.94 دولار أمريكيعدد الحضور
غير محدود
المهارات المكتسبة
- Working with functions in Python,Beautifying output,HTML styling,Using decorators with arguments
اسم مقدم الدورة | LinkedIn Learning |
---|---|
مجالات التدريب |
|
موقعك الإلكتروني (URL) | https://www.linkedin.com/learning/ |
حول المزود |
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.