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.2/Python-2.3.2.tgz
Download (FTP): ftp://ftp.python.org/pub/python/2.3.2/Python-2.3.2.tgz
Download size: 8.3 MB
Estimated Disk space required: 68 MB
Estimated build time: 1.33 SBU
Install Python by running the following commands:
patch -Np1 -i ../Python-2.3.2-gdbm-2.patch && ./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.