Stop using await in a Python forloop

Disclaimer: This might sound to be a rant but stay with me and you will see this will be a very good practical advise to speed up your async python code. 😉
Asyncio/Await
Before we go and see how deep the rabbit’s hole is let’s define what asyncio is. … Continue reading