diff options
author | ldinh <LouieDinh@gmail.com> | 2013-06-30 15:35:20 -0700 |
---|---|---|
committer | ldinh <LouieDinh@gmail.com> | 2013-06-30 15:35:20 -0700 |
commit | ae5060a4bf432095539bc3ff77bfec67082cbbb3 (patch) | |
tree | 021bcfb5c878155e4eb92e9c077975b323a16c76 /python.html.markdown | |
parent | 77672e78916c4d35a67934b6c78e20b015ec687a (diff) |
Add to Python reference material
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown index 9b0f0241..76f96d57 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -417,5 +417,8 @@ Human.grunt() #=> "*grunt*" ## Further Reading -Still up for more? Try [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) +Still up for more? Try: +[Learn Python The Hard Way](http://learnpythonthehardway.org/book/) +[Dive Into Python](http://www.diveintopython.net/) +[The Official Docs](http://docs.python.org/2.6/) |