The Python package contains the python development environment. This is useful for object-oriented programming, writing scripts, prototyping large programs or developing them entirely.
Download (HTTP): http://www.python.org/ftp/python/2.3.1/Python-2.3.1.tgz
Download (FTP): ftp://ftp.python.org/pub/python/2.3.1/Python-2.3.1.tgz
Download size: 8.2 MB
Estimated Disk space required: 74 MB
Estimated build time: 1.45 SBU
Install Python by running the following commands:
./configure --prefix=/usr --enable-shared && make && make install |
The Python package contains python and pydoc.
python is an interpreted, interactive, object-oriented programming language.
pydoc is the Python documentation tool.