Published an article
New article: Parallelism, Concurrency, and AsyncIO in Python - by example

This article looks at how to speed up CPU-bound and IO-bound operations in Python with multiprocessing, threading, and AsyncIO. 

For the performance demonstration, the following scenarios are used: