Generators
- VC Healy
- Jun 16, 2020
- 1 min read
I liked the idea of being able to iterate through various iterable objects but when I heard about generators I was curious to find out more. As they can be so powerful at controlling the flow of data from an iterable instance to not only slow down this flow but to stop the need to keep regenerating instances of the object.
Of course I am just at the start of my understanding of this and hopefully by the end of the section on Generators in the course I am studying I will have an even better understanding of generators.
Kommentare