Thread and Process
Thread
Process
C/C++ vs Python Threading: Global Interpreter Lock (GIL)
HyperThreading
References
How to Use Threads for IO Tasks in Python
Confusion about multithreading in Python and C
Does async programming mean multi-threading?
What Is the Python Global Interpreter Lock (GIL)?
Multithreading in C
What Is Hyper-Threading?
Python Multithreading and Multiprocessing Tutorial
An Intro to Threading in Python