Home Tags Generator

Tag: generator

Leveraging Python Generators for Developing Elegant Code

0
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?

1
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

2
Passwords and PINs are the bane of modern day living. Passwords are sometimes forgotten and often they are hacked with disastrous consequences for the...