A Tour of Synchronization Primitives in Python — Zach Muncaster
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Grab it
Explore synchronization primitives in Python through this 44-minute conference talk from EuroPython 2024. Delve into the challenges of running concurrent code using threads or task-based event loops. Examine the features provided by Python's threading and asyncio modules to address synchronization issues in concurrent execution. Learn about various synchronization classes and functions, understand the problems they aim to solve, and discover effective ways to implement them in your own code. Gain valuable insights into managing concurrency and improving the performance of your Python applications.