shedskin
Python-to-C++ compiler designed to speed up Python programs
Install
- All systems
-
curl cmd.cat/shedskin.sh
- Debian
-
apt-get install shedskin
- Ubuntu
-
apt-get install shedskin
- Arch Linux
-
pacman -S shedskin
- Kali Linux
-
apt-get install shedskin
- Fedora
-
dnf install shedskin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shedskin
- Raspbian
-
apt-get install shedskin
- Dockerfile
- dockerfile.run/shedskin
shedskin
Python-to-C++ compiler designed to speed up Python programs
Shed Skin converts programs written in a static subset of Python to C++. The C++ code can be compiled to executable code, which can be run either as a standalone program or as a module imported from Python.