Python wrappers for Numerical Recipes


grenander
07-07-2008, 07:58 PM
Has anyone written python wrappers for the Numerical Recipes libraries? I was thinking of writing some using something like boost-python, weave, cython.

If anyone has any experience or advice regarding doing this, please post. I would like to do this for two reasons. Some of the scipy functions implemented in numpy are slow. It would be nice to have a C++ implementation that was fast and didn't require much coding and has excellent documentation.

Thanks!