Tag Archives: python script

Python C-extensions with Cython

Cython is a package for developing C-extensions that can be easily used in python. The primary benefit is that the code compiled in Cython can (optionally) written in pure python, just as it would be used in a python script. … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment