Async-Await in Python 3.5 and Why It Is Awesome
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the evolution and implementation of async/await in Python 3.5 through this EuroPython Conference talk. Dive into the history of asynchronous programming in Python, from Twisted to asyncio, and understand why async/await is a game-changing feature. Learn how to use async/await with practical examples using asyncio and curio frameworks. Gain insights into the internal workings of async/await in CPython, starting from generators and 'yield' expressions. Discover the story behind the development of PEP 492 and how it was rapidly implemented in Python 3.5. Understand the impact of async/await on Python's future and learn how to contribute to the language's evolution.
Syllabus
Intro
What I do for Python
One obvious way to do it
Coroutines: yield from & refactoring
Coroutines: async/await
Why async/await is the answer
asyncio: what's inside?
asyncio is simple.
loop.create_task
asyncio.gather
loop.run_in_executor
loop.close()
asyncio: debugging
How fast is uvloop?
OK, it's faster than asyncio...
Language Summit 2015
PEP & Implementation
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube