We will try to learn how to create and use iterators and how to write our own objects as iterable. Let's first try to understand what iterators are What are Iterators? Iterators are actually used in Python even though we don't see them in most places. Iterators are especially encountered in for loops, list comprehensions,... Continue Reading →