Most recent edit on 2007-08-09 11:10:16 by ShadyTrees [I guess that should be a HOWTO link]
Additions:
~- Plain Old Python on FastCGI
Deletions:
~- Plain Old Python on FastCGI
Edited on 2007-08-09 11:09:49 by ShadyTrees [Cleaning up syntax, new link to PythonFastCGI]
Additions:
python (SCRIPT_LOCATION).py
See Also
Deletions:
python (SCRIPT_LOCATION).py
python ping.py
Django with Python 2.3 on FastCGI
Edited on 2006-09-07 11:59:39 by SoaperGEM [there should be a tutorial on SSHing into ASO]
Additions:
To execute a Python (.py) script, visit SSH, and type in:
Deletions:
To execute a Python (.py) script, visit SSH, and type in:
Edited on 2006-07-24 19:56:02 by RaymondNunez
Additions:
To execute a Python (.py) script, visit SSH, and type in:
python (SCRIPT_LOCATION).py
Where (SCRIPT_LOCATION) is the file name of your Python script. For example, if the file name was "ping.py", you would enter:
python ping.py
Also, remember you have to be in the same directory for it to work.
Oldest known version of this page was edited on 2006-04-03 15:04:41 by TimDorr []
Page view:
Python
Python∞ is "a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code."
Django with Python 2.3 on FastCGI