Re: How to learn Django stepwise Effectively

2016-01-21 Thread Carsten Fuchs
Hi Andrew, Am 20.01.2016 um 15:31 schrieb Andrew Pinkham: There are many resources for learning Django (NB: this email assumes you’re not looking to learn Python). Thank you very much for assembling this list, it's very much appreciated! I knew many of these resources, but certainly not all.

Re: How to learn Django stepwise Effectively

2016-01-20 Thread Andrew Pinkham
Hi Berbetto, There are many resources for learning Django (NB: this email assumes you’re not looking to learn Python). If you’re looking for free resources online, I would start with either the official tutorial, or the Django Girls tutorial. https://docs.djangoproject.com/en/1.9/intro/tutorial

Re: How to learn Django stepwise Effectively

2016-01-15 Thread ashwoods
If you already know python, I would just start with the tutorial on the website, and then just start hacking on small projects with it. Learn by doing works best for me, but you can also look into two scoops of django if you like reading books. On Thursday, January 14, 2016 at 7:12:31 PM UTC+1