From d849745327b0ab797eeb698be284359aac97ba9d Mon Sep 17 00:00:00 2001 From: sugarjig Date: Tue, 7 Jan 2014 19:52:34 -0500 Subject: [PATCH] Added "A Guide to Python's Magic Methods" I don't know whether this strictly meets your criteria of a "book". I'll let you decide. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index bf5b9571..186c57e2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1179,6 +1179,7 @@ See also [TeX](#tex) * [Dive into Python](http://www.diveintopython.net/) - Mark Pilgrim * [Dive into Python 3](http://getpython3.com/diveintopython3/) - Mark Pilgrim * [Google's Python Class](https://developers.google.com/edu/python/?hl=de-DE&csw=1) +* [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler * [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/) - Allen B. Downey, Jeff Elkner and Chris Meyers -- GitLab