summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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/)