Python AsyncIO: Parallelism, Multiprocessing, Concurrency and Threading
realpython.comEven though the article is mainly about AsyncIO in Python, it does a very good job at explaining various terms used in Concurrency Programming in general and CPU- vs IO-bound processing.