diff options
author | lodin <LouieDinh@gmail.com> | 2013-06-30 16:18:20 -0700 |
---|---|---|
committer | lodin <LouieDinh@gmail.com> | 2013-06-30 16:18:20 -0700 |
commit | ec6ffed3c92928bc86424ae9f2ea6d1e02bbbc03 (patch) | |
tree | 2d0c1bbc33799cf6e07c8ec69c297fb7b04d15ba /python.html.markdown | |
parent | 4d501a48fcd4d0f5e64f55a0a962b5e4302272a4 (diff) |
Add hitchhiker's guide to python.
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 cf3ef9c5..e2ad1eff 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -422,3 +422,4 @@ 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/) +* [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) |