summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorldinh <LouieDinh@gmail.com>2013-06-30 15:35:20 -0700
committerldinh <LouieDinh@gmail.com>2013-06-30 15:35:20 -0700
commitae5060a4bf432095539bc3ff77bfec67082cbbb3 (patch)
tree021bcfb5c878155e4eb92e9c077975b323a16c76
parent77672e78916c4d35a67934b6c78e20b015ec687a (diff)
Add to Python reference material
-rw-r--r--python.html.markdown5
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/)