Difference between revisions of "Python 2016"
From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpr...") |
|||
Line 8: | Line 8: | ||
*'''2.7.12''' | *'''2.7.12''' | ||
*'''3.5.2''' | *'''3.5.2''' | ||
There is also a module available for [Biopython] and [ScientificPython]. |
Revision as of 09:02, 17 March 2017
Introduction
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly braces or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The language provides constructs intended to enable writing clear programs on both a small and large scale.
Installed version
The following version of Python are currently installed on the cluster:
- 2.7.12
- 3.5.2
There is also a module available for [Biopython] and [ScientificPython].