diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2013-11-19 08:34:44 -0800 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2013-11-19 08:34:44 -0800 |
commit | 0868977067b48eb00bdfc1dd95c82af10567162f (patch) | |
tree | c9dd3632ef4e4b4184ab4be50697e69dd2ce974e | |
parent | 524c53dd7167cda8cbcb93b7d47430ade00a6b20 (diff) | |
parent | f5c9b8037788a6871e1193b48442f3a6d0e3f561 (diff) |
Merge pull request #415 from stared/misc
[python/en] a link to an online intro for scientists, in IPython Notebook
-rw-r--r-- | python.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 50c4e63f..22d236ac 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -484,6 +484,7 @@ dir(math) * [The Official Docs](http://docs.python.org/2.6/) * [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) * [Python Module of the Week](http://pymotw.com/2/) +* [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) ### Dead Tree |