Shed Skin

If you want to convert your Python script into optimized C++ code, Shed Skin might work:

Shed Skin is an experimental Python-to-C++ compiler. It accepts pure Python programs, and generates optimized C++ code. This means that, in combination with a C++ compiler, it allows for translation of Python programs into highly efficient machine language.

I’ve never used any of the Python-to-foo compilers, but this one seems to be generating some buzz. Extra points for having a cool name.

Leave a Reply