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
JavaScript PromisesGoogle via Udacity Grand Central Dispatch (GCD)
Udacity Asynchronous Programming in C# and .NET Core
Microsoft via edX JavaScript, часть 2: прототипы и асинхронность
Moscow Institute of Physics and Technology via Coursera Разработка веб-сервисов на Go - основы языка
Moscow Institute of Physics and Technology via Coursera