Merge pull request #350 from samfrances/patch1

Add new free and paid introductory computer science textbooks
This commit is contained in:
Eric Douglas 2016-08-09 11:15:38 -03:00 committed by GitHub
commit 1cc7ab25fa
2 changed files with 5 additions and 0 deletions

View File

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

View File

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