============== phyton in FACT ============== Python is installed on the fact cluster at ISDC. Presently python 2.4.3 an upgrade, is planned soon. The presence of the following python modules is supposed. They are not part of the standard distribution.: * `numpy `_: basis of numerical computation in python * `scipy `_: scientific computation in python including Fourier transforms, signal processing * `matplotlib `_: provides a matlab like plotting environment (still missing!!!) * `pyfits `_: easy access to fits files Other packages used in pyfact being part of a standard python installation: * `os `_: misc functions providing access to the operating system. Among others a function `system `_ is provided, allowing to run system commands.