From c231bd1d275ad38624d4044cda3189273f5e19da Mon Sep 17 00:00:00 2001 From: Gordon Chiam Date: Wed, 23 Apr 2014 14:23:34 +0800 Subject: [PATCH 1/3] Added 'Test-Driven Web Development with Python' --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 9d4930000..1ab4473d4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1355,6 +1355,7 @@ See also [TeX](#tex) * [Deploy Django](http://www.deploydjango.com) * [The Django Book](http://www.djangobook.com) * [Tango With Django](http://www.tangowithdjango.com/) +* [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) - HTML ####Flask From 7fd8c472c8aeb215258871194c0eb61d6f8be83f Mon Sep 17 00:00:00 2001 From: Gordon Chiam Date: Wed, 23 Apr 2014 14:29:49 +0800 Subject: [PATCH 2/3] Fixed formating according to contribution guidelines --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 1ab4473d4..cf1f59262 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1355,7 +1355,7 @@ See also [TeX](#tex) * [Deploy Django](http://www.deploydjango.com) * [The Django Book](http://www.djangobook.com) * [Tango With Django](http://www.tangowithdjango.com/) -* [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) - HTML +* [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) (HTML) ####Flask From 6656b3dee8c7a62fae2aac60c16b515948da2ff6 Mon Sep 17 00:00:00 2001 From: Gordon Chiam Date: Wed, 23 Apr 2014 14:35:24 +0800 Subject: [PATCH 3/3] [en] sorting books under Django section --- free-programming-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index cf1f59262..088b855a9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1348,14 +1348,14 @@ See also [TeX](#tex) ####Django -* [Djen of Django](http://agiliq.com/books/djenofdjango/) -* [Django by Example](http://www.lightbird.net/dbe/) +* [Deploy Django](http://www.deploydjango.com) * [Django by Example for Django 1.5](http://lightbird.net/dbe2/) +* [Django by Example](http://www.lightbird.net/dbe/) +* [Djen of Django](http://agiliq.com/books/djenofdjango/) * [Effective Django](http://effectivedjango.com/) -* [Deploy Django](http://www.deploydjango.com) -* [The Django Book](http://www.djangobook.com) * [Tango With Django](http://www.tangowithdjango.com/) * [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) (HTML) +* [The Django Book](http://www.djangobook.com) ####Flask