We often learn about lists, dictionaries, and other data types early on in our journey to learn to code…
…but it’s tempting to ignore the details of categories of data types such as iterable, sequence, collection, and so on
I wrote a series of threads about this recently
And now, I'm upgrading those Twitter threads into a series of articles
In this first article of the series, published today, I explore iterables
I'll then go on to cover sequences, mappings, collections, containers, iterators, and generators