How to check whether an object is iterable in Python ?

Posted on Sat 07 September 2019 in Python • Tagged with iterable, iterator, iter(), getitem, Iterable

Different methods to check the iterability of an object in Python.


Continue reading