Python Decorators in 1 Minute!

preview_player
Показать описание

Background Music:
Creative Commons / Attribution 4.0 International (CC BY 4.0)
Рекомендации по теме
Комментарии
Автор

I can't believe decorators were this simple. After watching a lot of full length videos on decorators, this is the one that finally clicked. Nice job mate 👍

AbhishekBM
Автор

Very good explanation, I wish I had it back when I googled "What is that @ in python before a function def" and found a 3 pages explanation on site 2 in the results.

jojojux
Автор

If only there were more videos like this on YT. Straight to the point, and ONLY the point. Very well explained in such a concise way. Thanks!

NealeSamways
Автор

WTF man, I've been struggling for a good while with the topic listening to various explanations from different people and you made it clear in a minute?! Thank you so much and keep up the good work!

vdantr
Автор

Great short but very helpful video! I am new to python and was unaware of this ability!

mind_of_a_darkhorse
Автор

If someone can explain something difficult in simple words — he masters that knowledge. That’s about this guy for sure

MasterNickChannel
Автор

I finally found someone who explained it in practice. I watched a 2-hour lesson on functions, decorators and decorators didn't make any sense to me at the end of watching it. But your 1 minute video put it all together for me and now I understand, thank you very much

bdmytro
Автор

this is the best explanation on decorators I have ever seen. All other videos repeat the same formula, almost like making a cake, but they always confused me by using overly complicated terms...

first_mm
Автор

This is the kind of explanation i need.
Short and compact, gets the points through.

cumulus
Автор

this channel is saviour to may of us new python coders. The thing which was difficult for me to understand in a video of 20 minutes he taught it in a simple way in less than 60 seconds.

You'll grow and you'll help us learn too. Thanks buddy

rezydev
Автор

Thanks for doing my idea, now i understand what it does. Great video as always!

loewe_
Автор

I would love some one-on-one training. Whatever I need to do to be as sharp as you. These videos are great.

C_
Автор

What an awesome video! Simple explanation and in 1 minute!!! Congrats!

arielmolina
Автор

BRO! I've watched like 30 minutes of videos about decorators and was 100% lost. You just made it perfectly clear in 1 minute. NOICE!!!

cadematheson
Автор

Best explanation of decorators in Python I've ever heard.

pav
Автор

Lots of nice tricks for this learner in one short video. Thanks.

RaglansElectricBaboon
Автор

Short, concise, to the point and exactly what I needed.

fr
Автор

We use a closure function that's gonna have access to the main function which is gonna send our decorated function as parameter and inside the closure it will be decorated. A decorator is easier to understand as a wrapper that receives our function as parameter to be used inside another function.

danielvega
Автор

Like others in the comments section I've watched other, much longer, videos on the subject and was still left confused. In ONE minute you have provided the most simple explanation! Thank you.

skf
Автор

I’ve seen this in other languages but no one explaining it ever used the key term “Decorators”. Thank you for making me aware of this!

little_tornado