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

Writing async microservices in Python

Description

Writing async microservices in Python - PyCon Italia 2022

Writing an async microservice is a good way to improve the concurrency of your platform and decouple the different components of a web platform, Python provides excellent tools to write them and we’re going to introduce some of them for you to immediately start creating your own. While not exactly new, async programming has arrived quite recently in the Python core. This enabled to create a wide ecosystem of async-first or async-enabled libraries and frameworks that makes async programming more available to the everyday developer. Writing an async microservice is a good way to get your hands dirty with async programming: we are going to see how to build it using FastAPI and its ecosystem to show tecniques and pitfalls.

Slides:

Speaker: Iacopo Spalletti

Details

Improve this page