@@ -16,51 +16,84 @@ Go to session type:
1616* [ Talks (long session)] ( #talk-long-session )
1717* [ Posters] ( #poster )
1818
19-
2019## Keynote
2120
2221* "You Don’t Have to be a Compiler Engineer to Work on Python" by Savannah Ostrowski
2322
2423## Talk
2524
25+ * "PyScript as Infrastructure: Running EduBlocks at Scale Without the Cost" by Josh Lowe
2626* "EU AI Act: Unveiling Lesser-Known Aspects and Implementation Entities" by Adrin Jalali
2727* "What does = do?" by Reuven M. Lerner
2828* "One Screenreader to rule them all: using NVDA for Windows automation" by Ramón Corominas
29+ * "Put your pants on and make a monorepo" by Max Kahan
30+ * "Your Cookiecutter is Wrong" by Miloslav Pojman
2931* "Is your programming curriculum inclusive for neurodivergents?" by Mykalin Jones
32+ * "QuackOSM & OvertureMaestro: Open geospatial data at your fingertips" by Kamil Raczycki
33+ * "Fearless Automation that Runs Anywhere with Python" by Padraic Calpin
3034* "From Code to Circuits: Programming with MicroPython and Raspberry Pico 2W" by Nilo Ney Coutinho Menezes
35+ * "Physics-Informed ML: Fusing Scientific Laws with AI" by Mehul Goyal
36+ * "Explaining the 5 types of database and how to choose between them" by Tibs
37+ * "A PEP Talk: Adventures As the Inaugural PyPI Support Specialist" by Maria Ashna
38+ * "dbt-score: continuous integration for dbt metadata" by Matthieu Caneill, Jochem van Dooren
39+ * "You Came to a Python Conference. Now, Go Do a PR Review!" by Samiul Huque
40+ * "A Pythonic semantic search" by Paolo Melchiorre
3141* "Hacking LLMs: An Introduction to Mechanistic Interpretability" by Jenny Vega
42+ * "How to contribute to Python docs in your own language" by Marco Richetta
3243* "End to End with Testcontainers and Playwright" by Vemund Mehl Santi
3344* "Snapshot Testing: A New Era of Reliability" by Matthieu Rigal
45+ * "Memory Efficient Iteration with Python's itertools- A Deep Dive" by Kalyan Prasad
3446* "Django and HTMX: Patterns to Success" by Lucas Pires
3547* "Godot & Python: open source in game development" by Diego Díaz Morón
48+ * "From Trees To Transformers: Adopting Deep Learning for Ranking" by Theodore Meynard, Mihail
49+ * "Pydantic, Everywhere, All at Once" by Šimon Podhajský
3650* "Python, Politics, and Public Health" by Gauden Galea
3751* "Exploring the CPython JIT" by Diego Russo
3852* "Broken ` __slots__ ` are a silent performance killer—Let's fix them!" by Arie Bovenberg
53+ * "When in practice is Python performance an issue? Facts and myths." by Sebastian Buczyński
3954* "ORMs: A Bridge to Efficient Database Interactions with Python" by Velda Kiara
4055* "Unlocking Hidden Power of Conda with Pixi" by Ruben Arts, Julian Hofer
4156* "Meet Marimo, the next-gen Notebook" by Sven Arends
57+ * "Using Postgres schemas to separate data of your SaaS application in Django" by Mikuláš Poul
58+ * "Turbocharge your Python test suite today! 🚀" by Konstantinos Papadopoulos
59+ * "What to expect when you are expecting Free Threading" by Jimena Bermúdez
4260* "Running every street in Paris with Python and PostGIS" by Vinayak Mehta
61+ * "Building my own (accurate!) Spotify Wrapped" by Iulia Feroli
4362* "Type Hints in Real-World Projects: Maintenance & Improvement" by Koudai Aono
4463* "How to deal with toxic people" by Gina Häußge
64+ * "Adaptive Inference: Why Taking a Ferrari for Groceries is a Terrible Idea" by Steven Kolawole
4565* "Beyond the Code: Manipulating Bytecode and Building Community" by Kir Chou
4666* "Design Patterns: Build better software from day one" by Marine Guyot
4767* "Snake oil - or tools & tricks for making Python run smoother" by Sindre Nistad
4868* "Behind the Scenes: PSF Infrastructure and How You Can Contribute" by Jacob Coffee
69+ * "Automating myself out of an unloved project with Python, n8n and Telegram" by Sebastian Witowski
70+ * "Anatomy of a Python OpenTelemetry instrumentation" by Riccardo Magliocchetti
4971* "Continuous Documentation: basics and advanced techniques" by Anastasiia Tymoshchuk
5072* "WASM and Python: The Future of Serverless Computing" by Kumar Anirudha, Farhaan Bukhsh
5173* "Python Config That Will Give You Chills (In a Good Way, I Promise!)" by Grzegorz Kocjan
5274* "Flying Free: data analysis with Python for aeronautical planning" by Joaquín Rayado
75+ * "Mentoring Both Ways: Helping Others While Leveling Up Yourself!" by Manivannan Selvaraj
5376* "Data Governance 101: Stop Firefighting, Start Engineering" by Kateřina Ščavnická
77+ * "Efficient Caching in Python: From Local to External Solutions" by Akshita Gupta
78+ * "The Evolution of Advanced Python Monitoring" by May Walter
5479* "Python on the Pitch: How Germany will win World Cup 2026" by Ruslan Korniichuk
80+ * "Building a new tail-calling interpreter for Python" by Ken Jin
5581* "Microdot, the impossibly small web framework for Python and MicroPython." by Miguel Grinberg
82+ * "From Notes to Codes - Python-Driven AI for Efficient Medical Coding" by Reyha Verma
83+ * "Building a NoGIL Load Balancer in Python in 30 minutes" by Alvaro Duran
5684* "Good Practices for Testing Web User Interfaces" by Ashish Gupta, Jan Jašek
5785* "What comes after Rust in the Python ecosystem?" by Cristián Maureira-Fredes
5886* "Offline Disaster Relief Coordination with OpenStreetMap and FastAPI" by Jannis Lübbe
87+ * "Typing at scale: statically type-checking a large codebase" by Alan Franzoni
5988* "Testing the Tests - Assess and Improve Your Python Testing Code" by Stefan Bärisch
89+ * "Prenatal diagnosis of genetic diseases using Python" by Helena Gómez Pozo, Marina Moro López
6090* "Death by a Thousand API Versions" by Stanislav Zmiev
6191* "The Network Next Door: How Connections Shape the World Around Us" by Kshitijaa Jaglan
6292* "Programming hardware displays the easy way - using MicroPython and LVGL" by Marc-André Lemburg
93+ * "Bridging the gap: Viewing your project through a downstream packager's lens" by Karolina Surma
6394* "How Open-Source Software empowers Computer Science education in schools." by Robson Kanhalelo
95+ * "Fixtures meets parameters: Writing efficient, elegant and reusable tests" by Anupama Tiruvaipati
96+ * "From Grilling to Growing: Python Interviews as Shared Learning for All" by Artur Patoka
6497* "Uncovering the magic of implementing a new Python syntax feature" by Lysandros Nikolaou
6598* "Hold on! You have a data team in PyCon Taiwan!" by Wei Lee
6699* "Zero-Drama Upgrades: Real-World Tactics for Major Python Migrations" by Alejandro Cabello Jiménez
@@ -71,25 +104,40 @@ Go to session type:
71104
72105## Talk (long session)
73106
107+ * "Accelerating privacy-enhancing data processing" by Florian Stefan, Anna Schwarz
74108* "Indico: the 20 year history and evolution of an open-source project at CERN" by Tomas Roun, Dominic Hollis
75109* "Unveiling Data's Hidden Shape with TDA in Python (GUDHI)" by Jessica Randall
76110* "Origami Speed Championships: Fast Polygon Triangulation in Python" by Grzegorz Bokota
77111* "Parallel programming and Cython" by David Woods
78112* "Let's talk: Communication & Consensusing Building in Open-Source" by Travis Hathaway
79113* "A new safe external debugger interface for CPython" by Pablo Galindo Salgado
114+ * "Async Python: Concurrency Without the Headaches" by Mateusz Zaremba, Krzysztof Wilczyński
115+ * "Myths and fairy tales around Python performance" by Antonio Cuni
80116* "How to use Python on a RPi to develop a custom headless guitar FX box" by Matthieu Amiguet
81117* "Python, SQLAlchemy, and SQL: A Powerful Trilogy for Data Scientists" by Elvis Kwabena Asare Nkrumah
118+ * "Sharing is caring: Efficient Data Exchange with pyarrow" by Raúl Cumplido, Alenka Frim
119+ * "It's All About Time ⏰ - What developers need to know about time" by Petter Salminen
82120
83121## Tutorial
84122
123+ * "Setting Up Reliable CI/CD Pipelines with Python, K8s & Testcontainers" by Koteswara Rao Vellanki
124+ * "GIL-free Python and the GPU: hands-on experience" by Michał Szołucha, Rostan Tabet
85125* "The Mighty Dot - Customize Attribute Access with Descriptors" by Mike Müller
126+ * "Rambo Python" by Julien LENORMAND
127+ * "pytest - simple, rapid and fun testing with Python" by Florian Bruhin
128+ * "Accelerating Scientific Python: JAX, Numba, and Ray in Action" by Jakub Urban
86129* "Writing Python modules in Rust - PyO3 101" by Cheuk Ting Ho
87130* "Mastering decorators: the cherry on top of your functions" by Rodrigo Girão Serrão
131+ * "Practical PyScript" by Nicholas H.Tollervey
88132* "Python and Data Storytelling to create and deliver better presentations" by Sebastián Flores
89133* "“Building Privacy-Focused Vector Search Applications: Hands-On Guide to Gen" by Shivay Lamba
90134* "Cleaner Code, Better Queries: SQLAlchemy, ORMs and asyncio" by Aya Elsayed, Rhythm Patel
135+ * "Efficient Query Routing using Agentic RAG" by Tarun Jain
91136* "Understand Git and Never Break a Repo Again" by Themistoklis Spanoudis
92137
93138## Poster
94139
95140* "Psychological Model for Mapping and Prediction of Stress Among Students" by Oladapo Kayode Abiodun, Oluwakemi Jacobs
141+ * "PySchool: Introducing High School Students to the World of Python" by Sebastián Flores
142+ * "Preserving Culture with Python: AI plays Ayo, a Traditional Nigerian Game" by Kayode Makinde
143+ * "Portable data-parallel Python extensions using oneAPI" by Nikita Grigorian
0 commit comments