Difference between revisions of "Python"
From LPTMS Wiki
(→documentation) |
m (→Miscellaneous) |
||
Line 18: | Line 18: | ||
== Miscellaneous == | == Miscellaneous == | ||
+ | * [http://fperez.org/code/index.html Fernando Perez page on Python] | ||
* [[Interfacing C++ and Python]] | * [[Interfacing C++ and Python]] | ||
Revision as of 14:36, 20 October 2011
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" ]