diff options
author | ven <vendethiel@hotmail.fr> | 2014-12-22 15:29:07 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2014-12-22 15:29:07 +0100 |
commit | ea929d60945289f25c50387798a9f5868a637ab5 (patch) | |
tree | 86676db819c36d03dfa2137b96953783891ea05b /python3.html.markdown | |
parent | 660adf945cf15726469c9c3bc9c2ab222eb0c2f5 (diff) | |
parent | 674284cfcb0fa3194ad854d711288ec9aa5b98e9 (diff) |
Merge pull request #897 from maniexx/master
PYTHON3: Delete PYMOTW3 due to lack of content
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 |