Difference between revisions of "Software:python"
From CAC Wiki
(→Intel C/C++ compiler (icc, icpc)) |
|||
Line 1: | Line 1: | ||
== Intel Compiler Suite == | == Intel Compiler Suite == | ||
− | === | + | === python === |
{| style="border-spacing: 8px;" | {| style="border-spacing: 8px;" | ||
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
Line 6: | Line 6: | ||
* '''Current Version''': 2.6.6 | * '''Current Version''': 2.6.6 | ||
* '''Location''': /usr/bin | * '''Location''': /usr/bin | ||
− | * '''Alternative | + | * '''Alternative Versions''': 2.7.11 ("use anaconda2"), 3.4.3 ("use anaconda3") |
* '''Documentation Files''': [https://docs.python.org/3/index.html Online documentation] at the [https://python.org/ Python Website]. | * '''Documentation Files''': [https://docs.python.org/3/index.html Online documentation] at the [https://python.org/ Python Website]. | ||
|} | |} |
Revision as of 16:27, 20 May 2016
Intel Compiler Suite
python
Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants, on the Mac, and on Windows 2000 and later.
|
- Other Help File: Compiler help file
- Related Software: