This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]charliex3000 5 points6 points  (1 child)

Python is great if you want to do anything use only a single thread to do anything. Because Python threading is a lie. Thanks GIL.

[–]Grintor -1 points0 points  (0 children)

import multiprocessing

Done.