From 87bcbdb0079030f1f4bb802df16e42d379767cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Thu, 3 Nov 2016 22:51:59 +0100 Subject: [PATCH] Added PyMOTW3 (#2112) --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 07a9fda7..663d98c0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1807,7 +1807,8 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [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) -* [Python Module of the Week](https://pymotw.com/2/) +* [Python Module of the Week](https://pymotw.com/2/) (2.x) +* [Python Module of the Week](https://pymotw.com/3/) (3.x) * [Python Practice Book](http://anandology.com/python-practice-book/index.html) (2.7.1) * [Python Practice Projects](http://pythonpracticeprojects.com) * [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) (PDF) (2.6) -- GitLab