From d51ffc37f52d6d44884e7b51a65d0d505c6171d9 Mon Sep 17 00:00:00 2001 From: Sam Frances Date: Tue, 9 Aug 2016 12:38:12 +0100 Subject: [PATCH 1/2] Add John Guttag textbook to paid books in extras --- extras/paid-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/paid-books.md b/extras/paid-books.md index a6d3ce2..cdee875 100644 --- a/extras/paid-books.md +++ b/extras/paid-books.md @@ -37,6 +37,10 @@ ### Introduction to Computer Science +Name | Author | ISBN +:-- | :--: | :--: +[Introduction to Computation and Programming Using Python](https://www.amazon.com/Introduction-Computation-Programming-Using-Python/dp/0262525003/) | John V. Guttag | 978-0262525008 + ### Math (Mathematical Thinking) ### Program Design From 9bc5f55c4ee17dfb785a5680a969fe767e7d7322 Mon Sep 17 00:00:00 2001 From: Sam Frances Date: Tue, 9 Aug 2016 12:44:49 +0100 Subject: [PATCH 2/2] Add 'Introduction to Computing' by David Evans to free books in extras --- extras/free-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/free-books.md b/extras/free-books.md index 65c8b2b..42043f5 100644 --- a/extras/free-books.md +++ b/extras/free-books.md @@ -40,6 +40,7 @@ Name | Author(s) :-- | :--: [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman +[Introduction to Computing: Explorations in Language, Logic, and Machines](http://www.computingbook.org/) | David Evans ### Math (Mathematical Thinking)