PY20 – Generators in Python

Iterators used to iterate through the sequential (iterable) objects Sequential objects like lists, tuples, dicts, and sets Iterator implementation difficulties: Need to create a class…