Difference between revisions of "SW:Python"
(Created page with "== Python == Python is an interpreted high-level programming language for general-purpose programming. Python has had many versions over the years. Most python programs run o...") |
(→Python) |
||
Line 3: | Line 3: | ||
Python is an interpreted high-level programming language for general-purpose programming. Python has had many versions over the years. Most python programs run on Python 2 (example - 2.7.x) or Python 3 (example - 3.5.x). | Python is an interpreted high-level programming language for general-purpose programming. Python has had many versions over the years. Most python programs run on Python 2 (example - 2.7.x) or Python 3 (example - 3.5.x). | ||
− | === | + | === Modules and Versions === |
+ | |||
+ | To check the available Python modules on a cluster. Please type the following command. | ||
+ | [NetID@cluster NetID]$ module spider Python |
Revision as of 14:26, 11 July 2018
Python
Python is an interpreted high-level programming language for general-purpose programming. Python has had many versions over the years. Most python programs run on Python 2 (example - 2.7.x) or Python 3 (example - 3.5.x).
Modules and Versions
To check the available Python modules on a cluster. Please type the following command.
[NetID@cluster NetID]$ module spider Python