diff options
-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/) + |