Optimizing slow Python code

Identify bottlenecks (via profiling)
Migrate slow functions to Fortran, C, or C++
Tools make it easy to combine Python with Fortran, C, or C++

previousnexttable of contents