Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
25. Decorators [Python 3 Programming Tutorials]
Play lesson

Python 3 Programming Tutorials for Beginners - 25. Decorators [Python 3 Programming Tutorials]

5.0 (1)
30 learners

What you'll learn

This course includes

  • 6.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this tutorial, I explain decorators in a very simple way by going over how to measure execution time of function using decorators. They serve as a wrapper to original function but does a wonderful job of avoiding code duplication and not cluttering original code with additional logic. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/25_decorators/25_decorators.md Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Code in this tutorial is available here: https://github.com/codebasics/py/blob/master/Advanced/decorators.py Website: http://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere