From 07de69c6a069cc9fd5953c0a179748c8354965c3 Mon Sep 17 00:00:00 2001 From: Kaustubh Sant Date: Thu, 18 Dec 2014 01:39:34 -0500 Subject: [PATCH] Added python-guide link --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 157e2282..de9db7d5 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1479,6 +1479,7 @@ See also [TeX](#tex) * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) (2.7.5) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) (2.7.3) * [Python for you and me](http://pymbook.readthedocs.org/en/py3/) (3.x) +* [Python Guide](http://docs.python-guide.org/en/latest/) * [Python Idioms](http://safehammad.com/downloads/python-idioms-2014-01-16.pdf) (PDF) * [Python in Hydrology](http://www.greenteapress.com/pythonhydro/pythonhydro.html) - Sat Kumar Tomer * [Python Koans](https://github.com/gregmalcolm/python_koans) (2.7 or 3.x) -- GitLab