How Async and Await Ended Up in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the evolution of asynchronous programming in Python through this 29-minute conference talk from EuroPython 2018. Delve into the fundamentals of regular functions, iterables, iterators, and function execution before examining generator functions and their yield statements. Experiment with sending values and manipulating generators, then transition to a brief overview of asyncio. Conclude by investigating async and await keywords, understanding coroutines, and learning how to write effective asynchronous code in Python.
Syllabus
Pavlin Gergov - How async and await ended up in Python
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