diff options
author | sarthfrey <sarth.frey@gmail.com> | 2015-12-16 16:41:07 -0500 |
---|---|---|
committer | sarthfrey <sarth.frey@gmail.com> | 2015-12-16 16:41:07 -0500 |
commit | 299d064ecf7598144e49ef336e0abd00ccc4ae16 (patch) | |
tree | c060d6b2b7df75acb97d8f2463ed875755da63a4 /python.html.markdown | |
parent | 18b3fb08a84171810c8e6f2e6fae5939c4428c04 (diff) |
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 d8f18e9b..1d6c0a19 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/) ### Dead Tree |