
27 Dec
2009
27 Dec
'09
10:33 p.m.
John Millikin wrote:
CPython, the primary implementation of the Python language, has a C API for embedding Python into applications and writing extension modules[1]. The cpython[2] package is a binding to this API.
This is a nice thing to have. How does this package compare to the classic MissingPy package? Thanks, Yitz