Python Concepts - Iterators vs Iterables

preview_player
Показать описание
In this video, I will explain the difference between iterators and iterables in detail.
Please comment on what you liked or disliked about the video.

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

This is the top explanation of this concept I have found online. Thanks for the clarity.

el
Автор

Great explanation, please consider making more such videos 👍

TheRr
Автор

The best explanation I found after a lenghty search. Thank you!

dusicamilosavljevic
Автор

you are very good at explaining this stuff. I think many teachers don't value really getting at the heart of the matter, they assume it's boring. But without the clarity that comes from really diving in youre left with little areas of mystery that cause a confusion. well done here...subbed

RC-blpm
Автор

Very intuitive explanation when you mentioned what's going on behind when 'for' is used on a iterable. Looking for more concepts!! Also can you make videos about object oriented programming?

linjiewang
Автор

This was a excellent video! This is the BEST video I have seen on this topic!!! Thank you so much!!!!

kylabutler
Автор

A very good explanation for iteration.

MrAmal
Автор

One of the best explanation I have seen!

rvma
Автор

Thanks, I watched another one and it confused me even more. The simplicity of this video really helped! Thanks a lot :)

Pratte
Автор

Loved it. Looking forward to learn more concepts

Jagabandhusahoo
Автор

This video is very helpful, thank you.

ChallengRtHim
Автор

But nothing was mentioned why an Iterator is needed if an object can be iterated without it.

femaledeer
Автор

I appreciate this video a lot!


I noticed that you repeat yourself a lot... everything you say, in fact.
Less is more.

bostevens
Автор

Understood the diff between them, but not sure about how to use them...

ericorabello
Автор

hmm..question, you stated that the "for" calls __iter__ within my_list and creates an Iterator based on my_list....so does that mean that "my_list" returned itself as the iterator? or is this newly created Iterator unseen ( in the background)...hence the definition " An iterable is also an Iterator" ? Im basically trying to get a grasp of how to see the Iterator that was created when __iter__ was called ..everything else makes perfect sense.

jeff_mci_gaming
Автор

Well, the comments are positive, but I'm lost. Teach me to try to learn anything with Python online.

TracyLCrawford