Python Concurrency - From Beginner to Pro
Offered By: PyCon US via YouTube
Course Description
Overview
Dive deep into Python concurrency with this comprehensive tutorial aimed at beginners. Learn the fundamentals of concurrency, including its importance and the role of operating systems in computing and parallelism. Explore processes, threads, and Python's multithreading and multiprocessing modules. Understand race conditions, synchronization primitives, and threadsafe collections. Gain insights into the Global Interpreter Lock (GIL) and its impact on code performance. Participate in hands-on coding examples and activities, including building a web server using both multithreading and multiprocessing techniques. By the end, confidently determine when to use concurrency, choose between threads and processes, and ensure code safety in concurrent environments. Access the code repository on GitHub for additional resources and practice.
Syllabus
Tutorial: Santiago Basulto - Python Concurrency: from beginner to pro
Taught by
PyCon US
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