Python is an interpreted, interactive, object-oriented programming language and is often compared to Tcl and Perl. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing.
To install Python 2, connect to your server via SSH prompt, as root and run the following command:
% vinstall python
You will be prompted to select a version of Python to install. Select the number for the version you want, and hit Enter.
To install Python 1, connect to your Virtual Private Server via SSH prompt, as root and run the following command:
% vinstall python
You will be prompted to select a version of Python to install. Select the number for the version you want, and hit Enter.
For more information, see the followings