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