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
Create Your First Multithreaded Application in JavaCoursera Project Network via Coursera Creational Design Patterns in Swift 5
Pluralsight Advanced Threading in C#
LinkedIn Learning How To Write Bulletproof Multi-Threaded C# Code
Udemy Efficient Java Multithreading and Concurrency with Executors
Udemy