Python 19: List Comprehensions

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

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

This is the best explanation of list comprehensions on YouTube!!! Thanks!!!

damiendivittorio
Автор

The last minute of this video was especially awesome! I'm a newb/hobby programmer but I thought I already had a reasonable understanding of list comprehensions but have tended not to use them because I find indices etc. confusing when I am trying to do something more complex. That last part about renaming was so useful. Thank you.

donha
Автор

I'm surprised this video doesn't have more views--nice vid.

lordnacleun
Автор

Really great tutorial, another channel subbed and videos to watch! Thank you.

NetPwn
Автор

Very Nice tutorial on List comprehensions

nvenkat
Автор

Awesome tutorial, thank you very much!

leootp
Автор

That was a clear presentation of an otherwise mystifying topic. Making a note to myself: "David Blaikie"

kwonknow
Автор

Thanks man. This helped me out. I have been doing it the long way because I didn't understand it the easy way lol!!

ripperx
Автор

Cool, I think you should keep uploading new stuff, and give the real world examples :)

crisgordo
Автор

Nice tutorial on list comprehensions in Python!

P.S. I just learned that range(0, 10) will have different behavior in Python 3 as compared to Python 2.

OttoFazzl