Python's Parallel Programming Possibilities - 4 Levels of Concurrency
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the four main levels of parallelism in modern computing through this informative conference talk from EuroPython 2019. Dive into multiple virtual machines, processes, threads, and green threads (asyncio) in Python. Learn why and how to use each level of parallelism, with code examples demonstrating RQ, RPC with HTTP, multiprocessing, threading, and asyncio with AIOHTTP. Discover potential pitfalls and "gotchas" associated with each approach, including communication challenges between processes, limitations of threading and the GIL, and the complexities of combining different types of concurrency. Gain insights into tools like runemin/emexecutor and the speaker's own library, arq, for efficient job queueing and RPC using asyncio and Redis. Enhance your understanding of parallel programming possibilities in Python to optimize your code for modern computing environments.
Syllabus
Samuel Colvin - Python's Parallel Programming Possibilities - 4 levels of concurrency
Taught by
EuroPython Conference
Related Courses
Supercharged Web Scraping with Asyncio and PythonUdemy 爬虫基础教学 Python Scraping 教程
YouTube Python Asynchronous Programming - AsyncIO and Async-Await
Tech with Tim via YouTube Python Django, Aiohttp Workshop: Cooking Secret Note service
Udemy Learn Advanced Python 3: Concurrency
Codecademy