From e89d89d4bd000cafa1ac0e71973127045008d332 Mon Sep 17 00:00:00 2001 From: Alaharon123 <34926441+Alaharon123@users.noreply.github.com> Date: Wed, 2 Jan 2019 23:41:11 -0500 Subject: [PATCH] READINGS: Update links (#557) Newer edition of Introduction to Computation and Programming Using Python uses Python 3 and the link to htdp was wrong. --- extras/readings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/readings.md b/extras/readings.md index 4ab9d5d..d414878 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -11,9 +11,9 @@ 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 +[Introduction to Computation and Programming Using Python 2e](https://www.amazon.com/Introduction-Computation-Programming-Using-Python/dp/0262529629/) | 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 +[How to Design Programs](https://www.htdp.org/) | Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/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 [Design Patterns: Elements of Reusable Object-Oriented Software](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612) | Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides