Difference between revisions of "Software:python"

From CAC Wiki
Jump to: navigation, search
(Created page with "== Intel Compiler Suite == === Intel C/C++ compiler (icc, icpc) === {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; b...")
 
Line 4: Line 4:
 
| 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" |
 
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.
 
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.
* '''Current Version''': 12.1
+
* '''Current Version''': 2.6.6
* '''Location''':  /opt/ics
+
* '''Location''':  /usr/bin
* '''Documentation Files''': Run a local browser and point it to '''file:////opt/ics/composer_xe_2011_sp1.6.233/Documentation/en_US/compiler_c/compiler_documentation_c.htm'''.
+
* '''Alternative Version''': 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].
 
|}
 
|}
 
* '''Other Help File''': [[Help:Compilers|Compiler help file]]
 
* '''Other Help File''': [[Help:Compilers|Compiler help file]]
 
* '''Related Software''':  
 
* '''Related Software''':  
** [[Software:gnu|Gnu Compilers]]
+
** [[Software:ics|Intel Compiler Suite]]
 +
** [[Software:gcc|Gnu Compilers]]

Revision as of 16:26, 20 May 2016

Intel Compiler Suite

Intel C/C++ compiler (icc, icpc)

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.

  • Current Version: 2.6.6
  • Location: /usr/bin
  • Alternative Version: 2.7.11 ("use anaconda2"), 3.4.3 ("use anaconda3")
  • Documentation Files: Online documentation at the Python Website.