Python Decorators Explained

preview_player
Показать описание
A complete explanation and tutorial on decorators in Python from the ground up.

👍🏾 If you enjoyed this video, give it a like. If you want more of my upcoming videos, consider subscribing to the channel.

📖 Chapters:
00:00 Introduction
00:36 Functions Recap
03:49 Functions can be Nested
06:30 Functions are Objects
12:25 Function to Wrap Functions
18:15 First Decorator
21:32 Creating Decorators the Right Way
27:06 Identify Crisis
30:32 Conclusion
33:27 Outro

🏷️ Tags
#python #programming #softwaredesign
Рекомендации по теме
Комментарии
Автор

Thank you sir, I never knew what they were called but I kept using them. funny me 😆. But thanks to you sir.

eurikaormanel
Автор

why would you want it to have the same signature? is it of some advantage?

obeng-yeboahk.d
Автор

please, what is that "-> int" thing after the def add_2 on line 1 ?

eurikaormanel