Skip to content

Commit 55e94ae

Browse files
authored
Update README.md
1 parent 7207b16 commit 55e94ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is a set of notes used for teaching Python to students that have never used
3030

3131
## Additional Books for Learning Python
3232

33-
* [How To Think Like a Computer Scientist](http://interactivepython.org/runestone/static/thinkcspy/toc.html#t-o-c): An interactive guide to programming and Python. The book "Python for Everybody" (listed above) is partially based on this book.
33+
* [How To Think Like a Computer Scientist](https://runestone.academy/ns/books/published/thinkcspy/index.html): An interactive guide to programming and Python. The book "Python for Everybody" (listed above) is partially based on this book.
3434
* [Learn Python the Hard Way](https://learnpythonthehardway.org/python3/): An introduction to programming and Python. It targets complete beginners. It used a drill-based approach for teaching, which can be tedious at times. Nevertheless, it is considered one of the standard textbooks for learning Python.
3535

3636
## Online Classes

0 commit comments

Comments
 (0)