MENU

Fun & Interesting

Jake VanderPlas - Performance Python: Seven Strategies for Optimizing Your Numerical Code

PyCon 2018 23,204 7 years ago
Video Not Working? Fix It Now

Speaker: Jake VanderPlas Python provides a powerful platform for working with data, but often the most straightforward data analysis can be painfully slow. When used effectively, though, Python can be as fast as even compiled languages like C. This talk presents an overview of how to effectively approach optimization of numerical code in Python, touching on tools like numpy, pandas, scipy, cython, numba, and more. Slides can be found at: https://speakerdeck.com/pycon2018 and https://github.com/PyCon/2018-slides

Comment