[Numpy-discussion] Numpy and C++ integration...

Gael Varoquaux gael.varoquaux at normalesup.org
Tue Feb 5 05:52:00 EST 2008


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



More information about the NumPy-Discussion mailing list