YoVDO

Python's Parallel Programming Possibilities - 4 Levels of Concurrency

Offered By: EuroPython Conference via YouTube

Tags

EuroPython Courses Python Courses Parallel Programming Courses Multi-Threading Courses Concurrency Courses Asyncio Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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

Years of Bad Ideas
EuroPython Conference via YouTube
Years of Bad Ideas
EuroPython Conference via YouTube
Solving Google Code Jam Problems with PyPy Part 1
EuroPython Conference via YouTube
Solving Google Code Jam Problems with PyPy Part 2
EuroPython Conference via YouTube
A Brief History of Data Storage
EuroPython Conference via YouTube