Python
17/10/2025
Alfa
en
Building with Multiple Languages: A Python-First Approach (REMOTE)
Developer
Intermediate
This talk presents three real-world scenarios where Python acts as the glue between specialized languages.

Details


NOTICE! This talk will be held live, but remotely.

This talk presents three real-world scenarios where Python acts as the glue between specialized languages.

We'll start by walking through the architecture of a data dashboard where JavaScript manages UI interactions while Python handles backend analytics. Using WebSockets and FastAPI, you'll see how to create responsive interfaces that leverage Python's data science libraries without the lag.

Next, we'll generate scientific visualizations that render large datasets in real-time, with Rust handling the rendering pipeline while Python manages data processing and provides a familiar API. The demo shows interactive plots processing a significant amount of data points smoothly.

Finally, we'll accelerate a climate model's core calculations by 100x, where C++ handles the intensive matrix operations while Python manages data I/O, preprocessing, and visualization. Modern tools like pybind11 make these integrations straightforward. The presentation uses animated diagrams to show data flow between languages and includes live demonstrations of each integration.

You'll learn to identify performance bottlenecks that justify polyglot solutions, understand modern binding tools (PyO3 for Rust, pybind11 for C++, WebSockets for JavaScript), and apply architectural patterns that keep complexity manageable. All examples come from production systems I've built or worked on. Attendees will leave with working code examples and a blueprint for building polyglot applications that enhance rather than complicate their Python projects.

Video