%general-entities; ]> $LastChangedBy$ $Date$ Python-&Python-version; Introduction to <application>Python</application> The Python package contains the Python development environment. This is useful for object-oriented programming, writing scripts, prototyping large programs or developing entire applications. Package information Download (HTTP): Download (FTP): Download size: &Python-size; Estimated Disk space required: &Python-buildsize; Estimated build time: &Python-time; Additional downloads Required Patch: <application>Python</application> dependencies Optional , , , , and Installation of <application>Python</application> Install Python by running the following commands: patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch && ./configure --prefix=/usr --enable-shared && make && make install Contents The Python package contains python, pydoc and Python libraries, modules and scripts. If Tk is installed, the idle script will also be installed. Description python python is an interpreted, interactive, object-oriented programming language. pydoc pydoc is the Python documentation tool. idle idle is a wrapper script that opens a Python aware GUI editor.