The Python Oracle

What are iterator, iterable, and iteration?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping

--

Chapters
00:00 Question
00:19 Accepted answer (Score 630)
01:34 Answer 2 (Score 402)
03:23 Answer 3 (Score 120)
08:27 Answer 4 (Score 28)
09:25 Thank you

--

Full question
https://stackoverflow.com/questions/9884...

Accepted answer links:
[iterators section of the tutorial]: https://docs.python.org/3/tutorial/class...
[iterator types section of the standard types page]: https://docs.python.org/dev/library/stdt...
[iterators section of the Functional Programming HOWTO]: https://docs.python.org/dev/howto/functi...

Answer 3 links:
[@Raymond's]: https://stackoverflow.com/a/9884501/8359...
[@glglgl's]: https://stackoverflow.com/a/9884245/8359...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #iterator #iteration #terminology #iterable

#avk47