The 7 things you should NOT use threads for in Python (that every programmer should know)
If you have been writing Python for more than 6 months and you still use threads to make your code faster, this article is going to hurt. Threads in Python do not work like they do in Java or C++.