@@ -58,11 +58,10 @@ syntax and language semantics first before diving into web development.
5858
5959
6060## Django books and tutorials
61- There are a slew of free or low cost resources out there for Django. Since
61+ There are a slew of free or low cost resources out there for Django. Make
62+ sure to check the version numbers used in each post you read because
6263Django was released over 10 years ago and has had a huge number of updates
63- since then, when you're looking for an up-to-date Django book check out the
64- list below or read this post showing [ current Django books] ( http://twoscoopspress.org/pages/current-django-books )
65- as of Django 1.9.
64+ since then.
6665
6766* [ Test-Driven Development with Python] ( http://www.obeythetestinggoat.com/ )
6867 focuses on web development using Django and JavaScript. This book uses
@@ -71,16 +70,16 @@ as of Django 1.9.
7170 also coverage of NoSQL, WebSockets and asynchronous responses. The book can
7271 be read online for free or purchased in hard copy via O'Reilly.
7372
74- * [ Tango with Django] ( http://www.tangowithdjango.com/book17/ ) is an extensive
73+ * [ Tango with Django] ( http://www.tangowithdjango.com/ ) is an extensive
7574 set of free introductions to using the most popular Python web framework.
7675 Several current developers said this book really helped them get over the
77- initial framework learning curve. It's recently been updated for Django 1.7!
76+ initial framework learning curve.
7877
7978* The [ Django Girls Tutorial] ( http://tutorial.djangogirls.org/en/index.html )
8079 is a great tutorial that doesn't assume any prior knowledge of Python or
8180 Django while helping you build your first web application.
8281
83- * [ 2 Scoops of Django] ( http ://twoscoopspress.com/products/two-scoops-of-django-1-8 )
82+ * [ 2 Scoops of Django] ( https ://www. twoscoopspress.com/collections/django/ products/two-scoops-of-django-1-11 )
8483 by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
8584 you're serious about learning how to correctly develop Django websites.
8685
0 commit comments