1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-21 15:02:21 +00:00

Merge pull request #227 from hangtwenty/patch-1

Add link to How To Think Like a Computer Scientist *Interactive edition*
This commit is contained in:
vhf / victor felder 2013-10-21 13:27:57 -07:00
commit 9e376df033

View File

@ -808,6 +808,7 @@ See also [TeX](#tex)
* [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart
* [Hitchiker's Guide to Python!](http://docs.python-guide.org/en/latest/)
* [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Introduction to Programming Using Python](http://python-ebook.blogspot.com) - Cody Jackson
* [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) - Al Sweigart
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)