diff options
author | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:39 -0700 |
---|---|---|
committer | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:39 -0700 |
commit | 31faf1a6a1c35802cf3676ec1a7f54d86411b566 (patch) | |
tree | 5ccca54b8837fec9a8d6d60d2bda6db4162078e7 /python3.html.markdown | |
parent | 40c38c125b94430b518d7e402d595694149b7c53 (diff) | |
parent | c053f1559bb357d9e8ced2452096bf3a95cc7ddb (diff) |
Merge branch 'master' of github.com:geoffliu/learnxinyminutes-docs
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 0b4feccc..6b1d3156 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -635,7 +635,6 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [The Official Docs](http://docs.python.org/3/) * [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) -* [Python Module of the Week](http://pymotw.com/3/) * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) ### Dead Tree |