Iterables and Iterators in Python

Iterables, iterators, and iteration in Python

Luay Matalka
Towards Data Science
6 min readNov 6, 2020

--

Photo by Kevin Ku on Unsplash

In this article, we will learn the differences between iteration, iterables, and iterators, how to identify iterables and iterators, and why it can be useful to be able to do so.

What is an Iterable?

--

--

Lead Machine Learning Engineer, specializing in MLOps, with a passion for teaching.