I have been using interactive resources for learning Python and JavaScript like Udacity.com and codecademy.com and find this learning style the most helpful. I've gained a lot of experience with functional programming in both but have little familiarity with the structure of the web.
I'm trying to get into web-development. I have found several text-book style resources, like the django documentation, however I would rather have a project focused education. To this end I have 3 questions:
- Is django primarily (or entirely) for web development?
- Should I experience web development in python before experimenting with django?
- Are there any interactive or project oriented resources for learning django?
. Is that how it's done? – WillMcLeod Apr 30 '13 at 15:56