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."
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:
Also, remember you have to be in the same directory for it to work.
See Also
There are no comments on this page. [Add comment]