python profiling, hotspot and strange execution time

Paul Rubin http
Tue Sep 6 04:27:31 EDT 2005


cournape at gmail.com writes:
>    I have some scientific application written in python. There is a
> good deal of list processing, but also some "simple" computation such
> as basic linear algebra involved. I would like to speed things up
> implementing some of the functions in C. So I need profiling.

Why don't you use numarray for the linear algebra?



More information about the Python-list mailing list