Contribute Media
A thank you to everyone who makes this possible: Read More

How async and await ended up in Python

Description

We’re going to talk about regular functions, iterables, iterators, function execution and yield - generator functions. We will send values and play with generators a bit. A quick look at asyncio will be followed by async and await, what a coroutine is and how to write async code with Python.

Code snippets can be found here: https://github.com/pgergov/europython-2018

Details

Improve this page