1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Add to Python reference material

This commit is contained in:
ldinh
2013-06-30 15:35:20 -07:00
parent 77672e7891
commit ae5060a4bf

View File

@@ -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/)