Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn Python's threading module through a comprehensive 49-minute tutorial series covering essential multithreading concepts and practical implementations. Master thread management fundamentals including ActiveCount, Enumerate, and CurrentThread functions, then progress to creating custom thread objects and understanding thread termination techniques. Explore critical thread properties such as is_alive() status checking, thread naming conventions, and the join() method for thread synchronization. Discover thread identification numbers and daemon threads for background processing, while gaining hands-on experience with locks for thread-safe programming and preventing race conditions in concurrent applications.
Syllabus
Python [threading] 01 ActiveCount, Enumerate, & CurrentThread
Python [threading] 02 Creating Our Own Thread Object
Python [threading] 03 Terminating a Thread
Python [threading] 04 Thread is_alive() and Name
Python [threading] 05 Thread Join
Python [threading] 06 Thread Identification Number
Python [threading] 07 Blooper!
Python [threading] 07 Daemon Threads
Python [threading] 08 Locks
Taught by
John Hammond