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
High Performance Computer ArchitectureGeorgia Institute of Technology via Udacity Master Network Automation with Python for Network Engineers
Udemy Deploying PyTorch Models in Production: PyTorch Playbook
Pluralsight 爬虫基础教学 Python Scraping 教程
YouTube Intermediate Python Programming Course
freeCodeCamp