learnsteps.com
Why to use process instead of threads in python? - Learn Steps
Why to use process instead of threads in python? For making python thread safe GIL i.e. Global interpreter lock make it to run only one thread at a time.