Python Iterators
In this tutorial you will learn:
- Iterators
- Iterators in Python
- Developing your own Iterator
Iterator
We use iterator when we want to go through all elements of collection. It doesn’t need a specific collection or data type, it works irrespective of implementation.
Iterators in Python
- Read more about Python Iterators
- Log in or register to post comments
- 188 views