If you’re looking how to start with threads in python i found a great pdf to start with.
Download the Python-Threads pdf. Whitch includes the basic, and some more advanced information and tutorials about the threads in python.
In the pdf you can useful find info about:
- thread and threading modules
- queue
- locks
- gil
- events
- debugging threads