How to solve a Python mystery
2025-04-23 , Main hall

Using Linux observability tools to learn what your Python application is doing.


Has any of your Python applications become unresponsive? Has it deadlocked or is it busy doing something? How can you know?
When troubleshooting some Python applications you often don’t have time to analyze the source code and to understand how exactly it is working. Instead, you have to act fast and treat the application as a black box. In this talk, I will introduce useful Linux performance and observability tools that can be used to understand which files, connections, and OS system calls your application is performing. I will also share real-world mysteries that this approach has helped to solve.


Audience Level

Intermediate

Topics

General Python, Security

Aivars Kalvāns is a FinTech developer, software architect, and consultant. He spent more than 18 years developing and architecting payment card software for acquiring and issuing, accounting and utility payments through mobile phones, ATMs, and POS terminals. At the moment he is a contractor for Ebury exploring the Foreign Exchange area of the FinTech landscape.