Posted Feb 6, 2013 21:52 UTC (Wed) by tnoo (subscriber, #20427)
[Link]
CPython != Cython
The first is the standard implementation in C, the second (cython.org) is is a way to write C-extension modules almost inline (by adding static type declarations), and can easily link into C programs.