Python Decorators 101
Video: .mp4 (1920x1080, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 216 MB
Genre: eLearning Video | Duration: 20 lectures (1 hour, 7 mins) | Language: English
Video: .mp4 (1920x1080, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 216 MB
Genre: eLearning Video | Duration: 20 lectures (1 hour, 7 mins) | Language: English
In this course on Python decorators, you’ll learn what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it.
More info : https://realpython.com/courses/python-decorators-101/