Skip to content

Commit 32d6dd8

Browse files
Update Think Python to third edition (#10)
These are the changes in the new edition, according to the book webpage: "Each chapter of the book is a Jupyter notebook, so you can read the text, run the code, and work on the exercises, all in one place. [...] The new edition covers several new topics, including regular expressions and automated testing with doctest and unittest. And it includes more and better exercises."
1 parent 32d1526 commit 32d6dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/computer-science/extras/readings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Or, if you are struggling in one of the courses, perhaps reading a book on the s
1212
Name | Author(s)
1313
:-- | :--:
1414
[Introduction to Computation and Programming Using Python 3e](https://mitpress.mit.edu/books/introduction-computation-and-programming-using-python-third-edition) | John V. Guttag
15-
[Think Python 2e](http://greenteapress.com/wp/think-python-2e/) | Allen B. Downey
15+
[Think Python, Third Edition](https://greenteapress.com/wp/think-python-3rd-edition/) | Allen B. Downey
1616
[How to Design Programs 2e](https://www.htdp.org/) | Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi
1717
[Structure and Interpretation of Computer Programs 2e](https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman
1818
[The Structure and Interpretation of Computer Programs (2021, JavaScript)](https://sourceacademy.org/sicpjs/index) | Harold Abelson, Gerald Jay Sussman, Julie Sussman, Martin Henz, Tobias Wrigstad and Samuel Fang

0 commit comments

Comments
 (0)