From fa346a04cffe9d6a15bebcdbe06b513ce6bf53c9 Mon Sep 17 00:00:00 2001 From: crystalattice Date: Sat, 19 Oct 2013 11:27:13 +0900 Subject: [PATCH] Update free-programming-books.md Added a link to my Python programming book's blog --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 2407538d7..cef30521c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -788,6 +788,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/) +* [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/) * [Lectures on scientific computing with python](https://github.com/jrjohansson/scientific-python-lectures) - J.R. Johansson