Technical requirements
We will be looking at two different implementations of a common data pipeline example. You can find the code in the Chapter09 folder of the Github repo (https://github.com/PacktPublishing/Asynchronous-Programming-in-Python). It is recommended that you create a new virtual environment inside the folder and then run each Python file to check its output. No external packages are required, but this way you can isolate your execution from the common Python environment of your computer:
$ python3 -m venv .env