Python Multi threading, Parallel processing

Hi, I would like to know in which video is multithreading and parallel processing in Pyton Mastery bundle please.

Thanks

I am not certain he does. I have not completed that course but multi threading is hardly beginner material and is very complicated to understand and do correctly. In fact, some typical advice is to avoid multi threading as much as possible (and only use it when it is actually necessary).

Often frameworks you are using can ease the burden by doing the multi threading needed (like apps on your phone having a dedicated UI thread that is separate from your processing thread).

Are you certain he teaches about this?

That isn’t taught in the python mastery course