Keynote
4 talks in this track
MLOps with FastAPI, RabbitMQ and Kubernetes using Skipper
talkThis session is about a simple and flexible ML microservices engine called Skipper. It is open source solution and it runs on Python. During this technical session, you will learn how to run FastAPI e...
Use typing to speed up your apps with mypyc
talkType annotations are documentation. They're meant for humans to quickly figure out what arguments a given function accepts and what it returns. But can this information be utilized by Python to make c...
`int` is to `list` as `float` is to `tuple`
talkOkay, so that's plainly preposterous. How is int related to list at all, much less float to tuple? Sure, int is a collection type—just one that you can't iterate over—wait, what? int is a collection t...
Await for it: mixing async and blocking code
talkTips and tricks to properly mix async code with blocking code, using modern libraries, and taking advantage of the new concurrency features of the language while keeping compatibility with already exi...