Difference between revisions of "Python"
From LPTMS Wiki
m (→Miscellaneous) |
|||
Line 17: | Line 17: | ||
== Miscellaneous == | == Miscellaneous == | ||
− | * [ | + | * [[Interfacing C++ and Python]] |
== Tips == | == Tips == |
Revision as of 09:26, 14 October 2011
Contents
documentation
- Official website
- Dive into Python
- euroscipy (scientific python community)
Libraries
Miscellaneous
Tips
- adding a path to a directory containing your module files
import sys sys.path += [ "/home/username/bin/Python" ]