Threads Python Provides Two Libraries thread -- basic thread functionality threading -- Object-based threading model Basic Thread Facilities Create new thread to run a function Create simple locks (binary semaphore) Assignments: Create more sophisticated structures Concurrency/Synchronization problems