Thursday, February 15, 2018

Python Generator


Generators are functions that create object which has __iter__ implemented.

https://wiki.python.org/moin/Generators


My Github Gist
https://gist.github.com/amitkc00/f20aa4ed0e34559b09ac39be3f5d5649

Reference for my gist
http://book.pythontips.com/en/latest/generators.html

No comments:

Post a Comment

It's OK to be NOT-OK.

02/22/2021  Last week I was just un-productive and was not doing enough to talk about. I also wanted to say that weeks before the last, I ha...