Iterators and Iterables in Python | Tutorial-14

Published: 11 December 2020
on channel: GAURAV KUMAR JAIN
78
4

Python iterator
An iterator is an object that contains a countable number of values. An iterator is an object that can be iterated upon, meaning that you can traverse through all the values. Technically, in Python, an iterator is an object which implements the iterator protocol, which consist of the methods __iter__() and __next__()


On this page of the site you can watch the video online Iterators and Iterables in Python | Tutorial-14 with a duration of hours minute second in good quality, which was uploaded by the user GAURAV KUMAR JAIN 11 December 2020, share the link with friends and acquaintances, this video has already been watched 78 times on youtube and it was liked by 4 viewers. Enjoy your viewing!