If you haven't encountered it already, note that zip is quite handy in Python. It allows you to go through multiple iterables (such as lists, sets, tuples etc) at the same time, effectively "zipping" them into an iterator that will produce tuples of ...
datawise.dev1 min read
No responses yet.