Contribute Media
A thank you to everyone who makes this possible: Read More

Performance Python: Seven Strategies for Optimizing Your Numerical Code

Description

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.

Improve this page