diff options
author | Subhrajyoti Sen <subhrajyoti12@gmail.com> | 2016-09-21 20:37:24 +0530 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-21 17:07:24 +0200 |
commit | 048163b7bff3406db6eee8b8ac0de38dedbb3b4a (patch) | |
tree | 7ccf4a84c4a816b8f9b907c30cb9889975195498 | |
parent | 13205b60606c1145dcb485c606ebb2c3e461782c (diff) |
Update python3.html.markdown (#2381)
-rw-r--r-- | python3.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index a56960a7..764262d9 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -897,6 +897,7 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [Official Style Guide for Python](https://www.python.org/dev/peps/pep-0008/) * [Python 3 Computer Science Circles](http://cscircles.cemc.uwaterloo.ca/) * [Dive Into Python 3](http://www.diveintopython3.net/index.html) +* [A Crash Course in Python for Scientists](http://nbviewer.jupyter.org/gist/anonymous/5924718) ### Dead Tree |