Python Comprehensions and Generator Expressions (Theory of Python) (Python Tutorial)

preview_player
Показать описание
Comprehensions are expressions that have the keyword "for" in them. You can use them to create generator expressions and even pass in a sequence to a function. We'll examine the syntax and some examples in this video.

Thank you!
Рекомендации по теме
Комментарии
Автор

I cannot comprehend (pun intended) how this kind of free knowledge does not have at least a few thousand views. I am absolutely grateful for it and I for one sincerely thank you.

VictorKDurand
Автор

Comprehensions are one of the most awesome things in python

krishnasivakumar