Install shedskin by entering the following commands in the terminal:
sudo apt update sudo apt install shedskin
Description:
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.
Homepage: http://code.google.com/p/shedskin/
Version: 0.9.4-1
Section: universe/python