From 198104d391a522cbaae3396f0e70cc86c1bbd27e Mon Sep 17 00:00:00 2001 From: zhujs Date: Mon, 21 Oct 2013 14:36:24 +0800 Subject: [PATCH] Add Python Module of the Week The Python Module of the Week series is a tour of the Python standard library through short examples. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index ce3d852e..427b062f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -821,6 +821,7 @@ See also [TeX](#tex) * [The Art and Craft of Programming](http://beastie.cs.ua.edu/cs150/book/index.html) * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey * [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) +* [Python Module of the Week](http://pymotw.com/2/) ####Django * [Djen of Django](http://agiliq.com/books/djenofdjango/) -- GitLab