Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • You did not mention the threads in any way Commented Mar 25, 2017 at 20:32
  • True. I assumed you knew how to start threads. If not, this should be helpful docs.python.org/2/library/threading.html#threading.Thread Commented Mar 25, 2017 at 20:34
  • Could you be more clear? I mean, I know how to start threads one by one by hand, but can I automate the process, I don't know, with a for loop? Commented Mar 25, 2017 at 20:37
  • Oh I get it now. Let me update Commented Mar 25, 2017 at 20:55
  • I updated it but consensus seems that multiprocessing is the way to go Commented Mar 25, 2017 at 21:05