|
|
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 |
The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.