Understanding — Multi Threading, Multi Processing — Python

Wired Wisdom
Analytics Vidhya
Published in
4 min readJun 29, 2020

--

This story gives you a brief idea about Multi Threading, Multi Processing and Queue in Python.

Multi Threading Vs Multi Processing

Before diving into threading and multi processing let’s understand what are them theoretically. If you are in a hurry jump to the concluded points.

--

--