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
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube