.. index:: SciPy .. _SciPy: SciPy ===== Description ----------- SciPy is open-source python library for mathematics, science, and engineering. User instructions ----------------- SciPy 0.18.1 is installed on all workstations from the Debian repositories. Documentation is available at http://www.scipy.org. Good quality documentation is also availably interactively via python docstrings, e.g. .. code-block:: python import scipy.integrate print scipy.integrate.quad.__doc__ Source ------ http://scipy.org/ License ------- BSD license. Admin notes ----------- The version from the Debian repositories is sufficiently recent currently.