Cython vs Shed Skin
A side-by-side look at Cython and Shed Skin. For an in-depth review of either product, follow the links below.
Cython
Development
Cython is a programming language that aims to be a superset of the Python language, while also being compilable to C/C++ code. It allows Python code to be compiled for speed and efficiency while retaining compatibility and interoperability with Python code.
pythonccompiledperformance
Shed Skin
Development
Shed Skin is an experimental compiler, Python to C++, that makes creating Python extensions easy. It uses advanced static analysis and type inference techniques to generate optimized C++ code. Shed Skin can significantly improve the execution time of CPU-bound Python programs.
compilerpythoncoptimizationstatic-analysis
Related Comparisons
PyInstaller
py2exe
PyPy
nuitka