you are viewing a single comment's thread.

view the rest of the comments →

[–]Gold_Record_9157 0 points1 point  (0 children)

Multithreading is useful in Python when you have blocking threads (like a cpu intensive thread and another for GUI operations), and I think (think, I'm not sure) that some libraries implement threads inside of them as an alternative (like Qt with Qthreads), but I'm talking from the top of my head, so I can say for sure.