I started web development 2 weeks ago using GAE,WebApp2,Jinja2 and WTForms.
I read though several articles , discussions , watched lessons about web development with gae (udacity) and started a small project.
Now I am very inexperienced in web-development and I don't know which path i should choose.
.
.
The last few days I poked around with GAE and webapp2. It was very easy to use. But I have to say that i only used webapp2 has a request handler. (post / get)
For templates I took Jinja2 which was self explanatory too.
.
.
Now Steve from Reddit said that it's always better to use a lightweight framework instead of a very big framework because you have more control and you can scale a lot easier.
But I still want to investigate Django-nonrel. I know that Django is limited in GAE.
But to be honest I don't even know what Django does for me, (compared to WebApp2 with Jinja2)
Now to my questions:
Would you recommend a beginner to have a look into Django ? And if I am more experienced => replace some Django code.
Stick to WebApp2 + "some template engine" ?
.
.
PS: I don't ask which framework is the best, I just want some points for consideration.