---

Threading in Python

The basic idea behind threading is a simple one: just as the computer can run more than one process at a time, so too can your process run more than one thread at a time. When you want your program to do something in the background, you can launch a new thread. The main thread continues to run in the foreground, allowing the program to do two (or more) things at once.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis