Contents / Previous / Next


Python

Python is an interpreted, interactive, object-oriented
programming language with a very clear syntax.

The interpreter interface resembles that of the UNIX shell.

Python's basic power can be extended with your own modules
written in C or C++.

For an introduction see the tutorial in the python package.
Documentation can be viewed by running the pydoc program.