Hilfe-Text | python (Version 3.5.2)
here should be a short description of python
Python is a widely used general-purpose, high-level programming lan
guage. Its design philosophy emphasizes code readability, and its syntax allows
programmers to express concepts in fewer lines of code than would be possible in
languages such as C. The language provides constructs intended to enable clear
programs on both a small and large scale.
Python supports multiple programming paradigms, including object-oriented, imper
ative and functional programming or procedural styles. It features a dynamic typ
e system and automatic memory management and has a large and comprehensive stand
ard library.
Like other dynamic languages, Python is often used as a scripting language, but
is also used in a wide range of non-scripting contexts. Using third-party tools,
Python code can be packaged into standalone executable programs (such as Py2exe
, or Pyinstaller). Python interpreters are available for many operating systems.
For getting help start python interactively and type
help();
To get a list of the available modules, then type
modules
To quit type
quit();
see also http://http://www.python.org
It is not guaranteed that this module is available at other bwGRiD sites.
In case of problems, please contact 'bwunicluster@hlrs.de'. |