python3.10

An interpreted, interactive, object-oriented programming language

Version

3.10.21-1
(2026-08-23)

Size

15.5

MiB

Repository

HaikuPorts
x86_64
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines.

Python is free to use, even for commercial products, because of its OSI-approved open source license.

Note: to install "pip" for this Python version, use the following commands:

> pkgman uninstall pip pip_python310
(only needed if you had the .hpkg packaged version of "pip" previously installed)

> python3.10 -m ensurepip --default-pip
> python3.10 -m pip install --upgrade pip

And then you should be able to use "pip" or "pip3" normally.