Python
From LPTMS Wiki
Contents
documentation
- Official website
- Dive into Python
- euroscipy (scientific python community)
- Getting started with scipy
Libraries
Miscellaneous
Tips
- adding a path to a directory containing your module files
import sys sys.path += [ "/home/username/bin/Python" ]