Python 3 - Episode 35 - Decorators

preview_player
Показать описание
In this video series we will cover Python 3. In this video we take examine decorators, what are they, how to use them and why.

Python 3 youtube videos by Bryan Cairns

Intro: (0:00)
Basic decorator: (0:36)
Real decorator: (3:42)
Decorator with params: (7:35)
Decorator chaining: (15:15)
Outro: (24:25)
Рекомендации по теме
Комментарии
Автор

amazing tutorial, just a question, in the last segment of the video you called display in both decorators but on the screen, 'hello world' is printed only once, why did that happen?

danielchirico
Автор

can you make a video about dunder methods

midhunrajaramanatha
Автор

Hi. You must respect pep8 in the tutor videos for beginners(makeBold). Best way - is to enable pylint in your editor. And please don't call variable `o` and `l` - they are too simillar with 0&1.

oriontvv