Python 2016

From HPC users
Revision as of 10:01, 17 March 2017 by JBrunken (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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