diff options
author | Louie Dinh <LouieDinh@gmail.com> | 2013-08-05 17:54:50 -0700 |
---|---|---|
committer | Louie Dinh <LouieDinh@gmail.com> | 2013-08-05 17:54:50 -0700 |
commit | 5617b2804895e096801c2c9bb5f1386d18095276 (patch) | |
tree | 3436dd705dcd58cbb24730f316e15484844f5645 | |
parent | d2f0d8222e9e5c4c17f6ccde096df3c4d02d43af (diff) |
Expand on References. Add Books.
-rw-r--r-- | python.html.markdown | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/python.html.markdown b/python.html.markdown index 1a54e633..298b7bb7 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -470,12 +470,19 @@ dir(math) ``` -## Further Reading +## Ready For More? -Still up for more? Try: +### Free Online * [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/) * [Python Module of the Week](http://pymotw.com/2/) + +### Dead Tree + +* [Programming Python](http://www.amazon.com/gp/product/0596158106/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596158106&linkCode=as2&tag=homebits04-20) +* [Dive Into Python](http://www.amazon.com/gp/product/1441413022/ref=as_li_tf_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1441413022&linkCode=as2&tag=homebits04-20) +* [Python Essential Reference](http://www.amazon.com/gp/product/0672329786/ref=as_li_tf_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0672329786&linkCode=as2&tag=homebits04-20) + |