python: yield from (beginner - intermediate) anthony explains #259

preview_player
Показать описание
today I talk about the `yield from` syntax and how you can use it!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Great, glad that there are still videos on YT that directly come to the point without trying to build a huge story around it.

Appreciate the format! 👌

enstein
Автор

`yield from` was added in Python 3.3. Proposed in PEP 380

domdf
Автор

Thank you for this. Being relatively new to coding I'd never come across this before and saw it in some code I was looking at. I had no idea what it did until watching your explanation.

chalkypj
Автор

Thanks for the explanation, its to the point and easy to understand

sanjeevKumar-eghp
Автор

PEP 380, Python Version3.3 add the yield from statement.

clarence