conferences | speakers | series

An introduction to async programming

home

An introduction to async programming
FOSDEM 2023

Learn how easy it is to get started with asynchronous programming in Python.

The talk will provide a quick introduction to the basic concepts of async programming and demonstrate the techniques based on a Telegram antispam bot using the async library Pyrogram.

The talk will provide a quick introduction to the basic concepts of async programming and demonstrate the techniques based on a Telegram antispam bot using the async library Pyrogram.

The async event loop will be covered, co-routines, the concept of awaiting input and how to think "async".

The code for the project is available as a real working product at https://github.com/eGenix/egenix-telegram-antispam-bot

Speakers: Marc-André Lemburg