conferences | speakers | series

An introduction to async programming - Writing a Telegram Antispam Bot in Python

home

An introduction to async programming - Writing a Telegram Antispam Bot in Python
PyCon UK 2022

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 Slides of the talk are available at: https://downloads.egenix.com/python/PyCon-UK-2022-Talk-Intro-to-Async.pdf

Speakers: Marc-André Lemburg