| Hi Adrian, I would recommendation is django, but there currently are no good tutorials for it. Kenneth Love (https://twitter.com/kennethlove) is creating django video series that should be available in December. In the meantime my recommendation is as follows: 1. Make sure you have an understanding of Python before you get into Django or Flask. Do this by taking one (or all) of the following online classes: a. Udacity.com: http://www.udacity.com/overview/Course/cs101/CourseRev/apr20... b. Learnpythonthehardway.org (There are video lessons for a price of $29) c. https://www.edx.org/courses/MITx/6.00x/2012_Fall/about 2. Once you have an understanding of python and can write simple scripts, I recommend the following video courses for web development with Python: a. Flask: http://www.youtube.com/user/calicoJake (A great Flask video tutorial series) b. Udacity: http://www.udacity.com/overview/Course/cs253/CourseRev/apr20... (not flask or django, but still good) c. Django: http://www.kickstarter.com/projects/657368266/getting-starte... (to be released in Dec 2012 or early 2013. |