Shed Skin

Shed Skin
Original authorsMark Dufour, others
Initial release2005
Stable release
0.9.9 / June 22, 2024 (2024-06-22)
Written inPython, C++
Operating systemCross-platform: Linux, macOS, Windows
Available inPython
TypeSource-to-source compiler
LicenseGPLv3, BSD, MIT
Websiteshedskin.github.io
Repository

Shed Skin is an experimental restricted-Python (3.8+) to C++ programming language compiler. It can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.

Shed Skin is an open source project with contributions from many people, however the main author is Mark Dufour. Work has been going into Shed Skin since 2005.