Threads in Python: Speed Up Python With Concurrency
Real Python
Concurrency is the act of having your computer do multiple things at the same time. This video shows the difference of adding multiple threads to code that is performing multiple requests, compared to a synchronous version.