Relative Content

Tag Archive for pythoniterator

Iterators in Python

I am new to Python. I came across iterators and about obtaining iterators from iterables. What are the advantages of such obtained iterator? ( We are having an iterable object with us and we can iterate through it easily, right? then what is the need for the iterators)