diff options
author | Adam <adam@adambard.com> | 2013-06-28 17:21:24 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-06-28 17:21:24 -0700 |
commit | 86273dec2fafff150f3d07865237e9e499889fff (patch) | |
tree | 68379a48c5dea6721144136a414300dd6e78d80e | |
parent | 8af996575124e551bd120510ed4805771256f559 (diff) |
Updates
-rw-r--r-- | python.html.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 3466e1c4..a17b7645 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -409,3 +409,7 @@ j.get_species() #=> "H. neanderthalensis" Human.grunt() #=> "*grunt*" ``` +## Further Reading + +Still up for more? Try [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) + |