10 Python 3
julian.kunkel edited this page 2018-05-31 18:42:57 +00:00

Python

Description

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. (Quote from https://www.python.org/doc/essays/blurb/)

Usage

The software in Version 3.6.X is packaged via XX, to run it follow the instructions:

  • blabla
  • blabla2

Involvement in activities

The software is used in teaching of the modules

  • X
  • Y

Also used for various research activities.

Training

The following material may help newcomers with Python:

Installation

An easy way of installing Python yourself in Linux/Mac/Windows is the usage of packaged distributions like Anaconda. Instructions are provided here. Additional information for newcomers is provided here.

Curator

Dr. Julian Kunkel