From a7a2ecc51f7ce2ab083e93725eab7afd3f5268d5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 6 Sep 2019 18:07:53 +0200 Subject: [PATCH] Python: included modules added to help text --- Programming/Python/modulefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Programming/Python/modulefile b/Programming/Python/modulefile index 2ed4721..689101f 100644 --- a/Programming/Python/modulefile +++ b/Programming/Python/modulefile @@ -12,7 +12,15 @@ 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 " - -