Tackling Thread Safety in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the critical concept of thread safety in Python during this 28-minute conference talk at EuroPython 2024. Delve into the challenges that arise when running non-thread safe code in multithreaded environments. Examine race conditions and their impact, understand how Python's Global Interpreter Lock (GIL) affects multithreading, and learn practical steps to fix thread-unsafe code using synchronization primitives. Gain valuable insights into a often overlooked aspect of Python development that becomes crucial when scaling applications.
Syllabus
Tackling Thread Safety in Python — Jothir Adithyan, Adarsh Divakaran
Taught by
EuroPython Conference
Related Courses
Distributed Programming in JavaRice University via Coursera Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Многопоточность
Moscow Institute of Physics and Technology via Coursera LAFF-On Programming for High Performance
The University of Texas at Austin via edX Android-разработка: основы, многопоточность, архитектура
Moscow Institute of Physics and Technology via Coursera