Python Language & Ecosystem
5 talks from the 2025 edition.
-
Algorithmic Music Composition With Python ▶ Recording 📝 Transcript
Hendrik Niemeyer
Computers have long been an integral part of creating music. Virtual instruments and digital audio workstations make creating music easy and accessible. But how do programming languages and especially Python fit into...
-
Langfuse, OpenLIT, and Phoenix: Observability for the GenAI Era ▶ Recording 📝 Transcript
Emanuele Fabbiani
Large Language Models (LLMs) are transforming digital products, but their non-deterministic behaviour challenges predictability and testing, making observability essential for quality and scalability. This talk...
-
Optimizing in the Python Ecosystem – Powered by Gurobi ▶ Recording 📝 Transcript
Silke Horn
Join us as we explore integrating Gurobi and prescriptive analytics into your Python ecosystem. In this session, you’ll discover model-building techniques that leverage NumPy and SciPy.sparse as well as the data...
-
Python Performance Unleashed: Essential Optimization Techniques Beyond Libraries ▶ Recording 📝 Transcript
Thomas Berger
Every Python developer faces performance challenges, from slow data processing to memory-intensive operations. While external libraries like Numba or Cython offer solutions, understanding core Python optimization...
-
The Mighty Dot - Customize Attribute Access with Descriptors ▶ Recording 📝 Transcript
Mike Müller
Whenever you use a dot after an object in Python you access an attribute. While this seems a very simple operation, behind the scenes many things can happen. This tutorial looks into this mechanism that is regulated...