%0 Journal Article %T Pyserf. A shortcut for writing C extensions in C %J The Python Papers Monograph %D 2009 %I %X There are many clever ways of connecting Python and C code together, but pyserf is not one of those. It is just a short script that parses a module outline and produces an idiomatic template for a C extension providing the same signatures, so all you need to do is write the bits that actually do stuff. %U http://ojs.pythonpapers.org/index.php/tppm/article/view/118