: Python

Welcome :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

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:

python ping.py


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]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0498 seconds