Generators in Python: Is there a need for them?
I was working with a bunch of Python newbies and a majority of them said they had never heard of, used, or needed Python generators. So, it got me thinking about how many people may or may not be aware of generators, their uses, and their importance....
mergemypr.hashnode.dev3 min read
Oluwapelumi
This is very informative. In all my months of learning python, I haven't seen it like this (I mean the use of yield).