Coding
Using Threading rather than Thread
In an earlier post, I used Threads but the thread module in Python when I should be using threading. TheĀ documentationĀ for threading says it builds upon the thread module (renamed _thread): This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks)