The Primer on Asyncio that I Wish I Had
Parallelism and concurrency aren’t the same things. In some cases, concurrency is much more powerful. Here is a guide to help you make the most of concurrency with Asyncio.
Python is an easy language to pick up, but mastering it requires understanding a lot of concepts.