(A Creative Blog Name Here)

Code, math, and other things I find useful

Cython and GSL made easy

I just found CythonGSL on Github that wraps the GSL library for use with Cython. Installation is simple

$ git clone git://github.com/twiecki/CythonGSL.git 
$ cd CythonGSL
$ python setup.py build
$ python setup.py install

I have also added this to my behemoth instructions on setting up python.

cython gsl