19 Sept 2019, 14:22

Hello all,
I would like to know whether we can handle two different processes using python? like how our usual OS's do. For instance, I am using raspberry pi for reading video frames and at the same instance I'm handling a function where I am playing audio on speaker. Can I do both the things at the same time using two different individual threads on raspberry pi?

If yes, please suggest me how can I achieve this. Thanks in advance..!!