Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Easily Parallelize Commands in Linux (Multiprocessing)

Learn how to easily process some commands in parallel using various techniques.

Python Multithreading - You Could Be Wasting Time

Learn about how multi-threading in Python might be a waste of time because of the global interpreter lock (GIL).