Re: Diving into Django 2016

2016-02-09 Thread Cory Kitchens
Hey Allen, Welcome to the Django community. I was in the same boat as you and researched endless web development frameworks, databases, and platforms. What I love about Django is the loose coupling amongst apps, and how readable the source code is. If you come from an MVC background, you can g

Re: Diving into Django 2016

2016-02-09 Thread Andrew Farrell
Hi Alan, *Learning Django* There are three resources I recommend for learning django: - The official tutorial , which walks you through many of the major features of the framework. - Test-Driven Development with Python

Re: Diving into Django 2016

2016-02-09 Thread Muhammad M
Dear Alan, If, as you stated, you haven’t worked in a real development job, it might be a bit of a challenge teaching others how to do the same since you may have limited exposure to the tools of the trade. As for resources, here are a few that may be useful: 1. The Official Django Tutorial: h

Diving into Django 2016

2016-02-09 Thread Alan Auckland
Hi everyone, I have been doing lots of reading about which way to go for web development and programming. I think I have finally decided to dive into Python with Django. I really like the idea that it is such a versatile language spreading across many areas. What resources