This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit 747ed2ca8d8445bc4ade6c5d1e6836ae14705f1b Author: Alexandre Gramfort <[email protected]> Date: Thu Aug 4 09:52:19 2011 -0400 DOC : adding tutorials on Python --- doc/source/getting_started.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index ab14ff7..c78038a 100755 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -36,3 +36,29 @@ recommended. Then type:: If you get a new prompt with no error messages, you should be good to go. +Learning Python +--------------- + +If you are new to Python here are some online courses: + + * http://docs.python.org/ + + * http://learnpythonthehardway.org/book/ + + * http://code.google.com/intl/fr/edu/languages/google-python-class/ + + * http://homepage.mac.com/s_lott/books/python.html + +More specific tutorials on scientific computing with Python using Numpy and Scipy see: + + * http://showmedo.com/videotutorials/numpy (video) + + * http://www.scipy.org/NumPy_for_Matlab_Users + + * http://mathesaurus.sourceforge.net/matlab-numpy.html + +Some discussions online are: + + * http://stackoverflow.com/questions/111857/what-did-you-use-to-teach-yourself-python + + * http://stackoverflow.com/questions/17988/how-to-learn-python -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
