An Intro to Threading in Python – Real Python
realpython.com/intro-to-python-threadingIn this intermediate-level tutorial, you'll learn how to use threading in your Python programs. You'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading.