Let's play around with `zip ()` a little more. There is no *unzip* function for doing the reverse of what `zip ()` does. We can, however, reverse what has been `zip`ped together by using `zip ()` with ...
Your python code will usually have many dependencies, and the python packages for these dependencies are often written in pure Python and pip install can be used to ...