Software:R

From CAC Wiki
Revision as of 16:32, 20 May 2016 by Hasch (Talk | contribs) (Created page with "== python == {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | Python is...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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