On Tue, Feb 05, 2008 at 11:48:38AM +0100, Ondrej Certik wrote:
> I use Cython, mostly for the same reasons Gael is using ctypes - it's trivial.

Actually, when I want to do something really trivial, I use
scipy.weave.inline ( see http://scipy.org/PerformancePython for an
example of scipy.weave.inline use). Of course it doesn't work when
linking to external libraries, but to accelerate a for loop, it's great.

Gaƫl
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to