Python's itertools
In Python one can do the same thing in a number of ways.
There are times when you don't want to use the good old for loop. Use Python's built-in itertools.
The itertools module contains functions that return iterators.
Let us apply functions from t...
nantech.hashnode.dev3 min read