PyCon UK 2019

Massively Multiplayer Online Games with Python
09-16, 12:00–12:30 (Europe/London), Ferrier Hall

In Wargaming we make real-time high load apps with python. Here I’d tell you some issues which might appear when using it for real-time apps with some examples.


Usually Python isn't treated as a proper choice for big data and especially for real-time applications. In this talk I would like to tell you how we deal with half-million average online active gamers simultaneously playing on different maps, how we send and receive 10 thousands spatial event data per client per session (like moving on the map, interaction with other players and destructible objects on the map) with pure Python

We will discuss some tips and tricks on how to use Python in this kind of applications. Python has to be modified to handle real-time requirements because of its architecture and we will talk which modifications are necessary for it.


Is your proposal suitable for beginners? – yes

Software engineer in server team, Wargaming. I’m working with Python since 2013. I had been working in two compiler projects, optimizations techniques is my area of interests. Graduate of MIPT