Add Think Python to programming readings (#408)

This commit is contained in:
Harshit Kumar 2017-05-26 06:58:32 +05:30 committed by hanjiexi
parent 92ea0f2654
commit 165ebf28b9
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Or, if you are struggling in one of the courses, perhaps reading a book on the s
Name | Author(s)
:-- | :--:
[Introduction to Computation and Programming Using Python](https://www.amazon.com/Introduction-Computation-Programming-Using-Python/dp/0262525003/) | John V. Guttag
[Think Python 2e](http://greenteapress.com/wp/think-python-2e/) | Allen B. Downey
[How to Design Programs](http://www.ccs.neu.edu/home/matthias/HtDP2e/) | Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi
[Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman
[Concepts, Techniques, and Models of Computer Programming](https://www.amazon.com/gp/product/0262220695) | Peter Van Roy, Seif Haridi