Back to Browse

Python Tutorial: Decorators

66 views
Sep 8, 2021
12:13

Ever found a python code that makes use of '@' operator above any function? Well, upon doing a quick search you will find out that these types are called decorators. Now, decorators can be either functions or classes. But most prominent form being functions. In this video, we will be looking at decorators (function) in a simple and a lucid manner. Decorators basically extends the functionality of a function without explicitly modifying it. Don't worry if this doesn't make sense to you. We will cover more about it in this video. Python Closures: https://youtu.be/bWpm80GzY6w Python Functions: https://youtu.be/sGdI_Mxd3TM Enjoy the video. ____________________ Hmm, I wonder where these links takes us : Download Python from: https://www.python.org Visit our Website: https://www.zbunker.in Python Playlist: https://bit.ly/python-playlist-beginners YouTube Channel: http://bit.ly/zbunker-channel ____________________ ZBunker is a community that is run by a bunch of university students with strong grasp on computer science fundamentals. The channel will walk you through some of the popular programming languages and how you can develop a skill set in this tech domain. We strive to provide free and quality education for all. We firmly believe that open source is the way forward. So, by making these videos, we are encouraging and empowering you to do open source contributions and give back to the community. We are learners. We are coders. Let's make an impact. ____________ WE NEED YOUR SUPPORT ______________ We strive to make education free 4 all. We would love to share this to as many audiences as possible. This won't be possible without your support. So, if you liked our videos, kindly consider subscribing to our channel. Support us on: YouTube Channel: http://bit.ly/zbunker-channel Website: https://www.zbunker.in Drop us a Feedback: [email protected]

Download

0 formats

No download links available.

Python Tutorial: Decorators | NatokHD