|  | 
 module load soft/python 
     and then type python .  This works on all the Solaris
     and Linux machines.  This starts Python in the interactive mode.
     In interactive mode you can type to the Python interpreter, which
     will read and execute your commands. python <filename>.
     Python will read the file and execute it.
| Computer help on Python | 
M-x load-file and then
 python-mode.el at the prompt emacs gives you. Finally,
 open up a file then type M-x python-mode to get syntax
 highlighting and indentation in a python style.
| Information about the Python language |