Dynamically-typed, garbage-collected, high-level programming language.
cd Ports/python3
./package.sh
After building the port, you can use Python's package manager (pip) in SerenityOS by installing it with ensurepip: python3 -m ensurepip
.
pip should now be installed in ~/.local/bin/pip3
.
Website: https://www.python.org/
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/python3
Dependencies: bzip2 libffi libuuid ncurses openssl readline sqlite xz zlib 🖧