Tag: generator
Leveraging Python Generators for Developing Elegant Code
Iterators in Python lead to a lot of overhead. Python generators are a simple way of creating iterators in which all overheads are automatically...
How are Iterable, Iterator and Generator Different?
The concepts — iterable, iterator and generator — can be pretty confusing to Python users. This article highlights the differences between the three advanced...
Master Password App: A Safe and Random Password Generator
Passwords and PINs are the bane of modern day living. Passwords are sometimes forgotten and often they are hacked with disastrous consequences for the...