News

Iterables An iterable is something which is able to iterate. In practice, an iterable is an object which has an __iter__ method, which returns an iterator.