https://www.educative.io/courses/step-up-your-js-a-comprehensive-guide-to-intermediate-javascript/iterables-iterators
Learn about JavaScript iterables and iterators, including Symbol.iterator, the next method, and how to use them in for-of loops and spread syntax.
modern javascriptunderstandingiterablesiterators
https://www.analyticsvidhya.com/blog/2020/05/python-iterators-and-generators/?utm_source=blog&utm_medium=data-structures-python
Learn how python iterators and for loops are connected? This article will help you out with how you save memory by loading data with python generators.
iterablespythoniteratorsgenerators
https://www.educative.io/courses/mastering-the-art-of-programming-in-python-3/iterables-in-python
Explore how iterables and iterators work in Python, including the use of the iter and next functions and handling the StopIteration exception.
understandingiterablesiteratorspython