Iterator Types, Python Software Foundation, 2024 (Python Software Foundation) - Official documentation describing Python's iterator protocol, including the definitions of iterables, iterators, and the iter() and next() built-in functions.
Fluent Python: Clear, Concise, and Effective Programming, Luciano Ramalho, 2022 (O'Reilly Media) - A comprehensive book covering advanced Python features, with dedicated chapters providing in-depth explanations and examples for iterators, generators, and the itertools module.