Backend Jul 14, 2025

Snake oil - or tools & tricks for making Python run smoother

🎤 Snake oil - or tools & tricks for making Python run smoother by Sindre Nistad
🔗 https://ep2025.europython.eu/session/snake-oil-or-tools-tricks-for-making-python-run-smoother

📝 Abstract: Snakes are not wildly known to be fast animals. In some cases though, they can be very quick and efficient. Python is no different. This talk is for people who are interested in making their Python code run faster. Specifically, we will look at some features in NumPy, Numba, Cython, Rust and CUDA that can be used to make your code run smoother. The performance impact will be illustrated with live demos of the Mandelbrot set. You will walk away with a collection of tools and libraries that can be used to increase performance in your code base.