https://towardsdatascience.com/5-quick-and-easy-data-visualizations-in-python-with-code-a2284bae952f
Towards Data Science
Your home for data science and AI. The world’s leading publication for data science, data analytics, data engineering, machine learning, and artificial intelligence professionals.
Python: range is not an iterator! - Trey Hunner
http://treyhunner.com/2018/02/python-range-is-not-an-iterator/
http://treyhunner.com/2018/02/python-range-is-not-an-iterator/
Treyhunner
Python: range is not an iterator
After my Loop Better talk at PyGotham 2017 someone asked me a great question: iterators are lazy iterables and range is a lazy iterable in Python 3, …