Browsing all articles from July, 2010.
Create a fast C Python extension with Cython tutorial
Sunday, May 4, 2008
Cython is an easy way to create Python extensions in “pseudo-Python” without having to deal with the verboseness of the Python API. It also does not rely on you knowing much of the C language. Cython is based on Pyrex which I have some experience with. This tutorial shows you how to convert a simple [...]