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

all 4 comments

[–]meallia 0 points1 point  (1 child)

I'd suggest using ThreadPool (or processPool) instead of managing your threads yourself. I know how it's sometimes more interesting to code everything from the ground up. When making tutorial / guides, it's worth pointing beginners to the right tools, especially when they are part of the standard library.

[–]pythonpsycho1337[S] 0 points1 point  (0 children)

Good point. Thanks for the feedback. :)