27 lines
748 B
Plaintext
27 lines
748 B
Plaintext
#%Module1.0
|
||
|
||
module-whatis "scripting language."
|
||
module-url "http://www.python.org/"
|
||
module-license "Python Software Foundation license (GPL-compatible)"
|
||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||
|
||
module-help "
|
||
Python is an easy to learn, powerful programming language. It has
|
||
efficient high-level data structures and a simple but effective
|
||
approach to object-oriented programming. Python’s elegant syntax
|
||
and dynamic typing, together with its interpreted nature, make it
|
||
an ideal language for scripting and rapid application development
|
||
in many areas on most platforms.
|
||
|
||
The module provides (plain) Python plus the following Python modules:
|
||
numpy
|
||
scipy
|
||
matplotlub
|
||
ipython
|
||
sympy
|
||
nose
|
||
h5py
|
||
pandas
|
||
"
|
||
|