diff options
author | ven <vendethiel@hotmail.fr> | 2016-01-26 08:33:19 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-01-26 08:33:19 +0100 |
commit | b673b64b50ee8b9ba16348444b8d43adb70c3913 (patch) | |
tree | 3c4bf94f5ac6626617c56f20e9ce9d90e9bc0599 /python.html.markdown | |
parent | 928edf12092cea82a9eded6848b8d0b0710a977c (diff) | |
parent | 39c83718b14a768ed62a6644ed633c9a032ff9f6 (diff) |
Merge pull request #2114 from sarthfrey/master
Added Python Resources
Diffstat (limited to 'python.html.markdown')
-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 13cb25e3..2e7fd8be 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -726,6 +726,7 @@ print say(say_please=True) # Can you buy me a beer? Please! I am poor :( * [Python Module of the Week](http://pymotw.com/2/) * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) * [First Steps With Python](https://realpython.com/learn/python-first-steps/) +* [LearnPython](http://www.learnpython.org/) * [Fullstack Python](https://www.fullstackpython.com/) ### Dead Tree |