From 6d3f95ed559f927da71055f68c60f212b1dbbe20 Mon Sep 17 00:00:00 2001 From: miwojc <32404415+miwojc@users.noreply.github.com> Date: Mon, 30 Oct 2017 15:28:13 -0400 Subject: [PATCH] Update free-programming-books.md (#2625) * Update free-programming-books.md Added Django Girls tutorial. Since it's not an interactive tutorial i have added it to books section. * Update free-programming-books.md Moved Django Girls Tutorial to the top of the Django books list according to alphabetic order. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index d77f147e..39325728 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1943,6 +1943,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, #### Django +* [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) (1.11) * [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.5.x/django.pdf) (PDF) (1.5) * [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.7.x/django.pdf) (PDF) (1.7) * [Django Official Documentation](https://media.readthedocs.org/pdf/django/1.9.x/django.pdf) (PDF) (1.9) -- GitLab