From 6d8fe2f5495d107ad7aa74b76b0426bf4fd9e8b3 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Mon, 4 Nov 2013 20:24:09 -0700 Subject: [PATCH] Add three Python books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 61dd132e..8b73cc15 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -942,6 +942,9 @@ See also [TeX](#tex) * [Python Koans](https://github.com/gregmalcolm/python_koans) * [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) * [Python Standard Library](http://effbot.org/librarybook/) - Fredrik Lundh +* [Building Skills in Python](http://www.itmaybeahack.com/book/python-2.6/latex/BuildingSkillsinPython.pdf) +* [Building Skills in Object-Oriented Design (Python)](http://www.itmaybeahack.com/book/oodesign-python-2.1/latex/BuildingSkillsinOODesign.pdf) +* [Text Processing in Python](http://gnosis.cx/TPiP/) ####Django -- GitLab