python-pyrex

Compile native-code modules for Python from Python-like syntax
  http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
  1
  1 review



Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.

You can get very large speedups for tasks that don't need all the dynamic features of Python, with very small differences in syntax and much less hassle than writing your modules from scratch in C.
Latest reviews
4
blueXrider 12 years ago

quite nice