Posts in tag
Iterators

PyCon 2019 | Lazy Looping in Python: Making and Using Generators and Iterators
PyCon 2019 | Lazy Looping in Python: Making and Using Generators and Iterators Speaker: Trey Hunner When processing large amounts of data in Python, we often reach for lists. Unfortunately, processing data using large lists make for ugly code that can be memory inefficient and slow. Python’s solution to this problem is lazy looping …