I haven't done much web development yet, what's the best framework to use in your opinion?
I kind of like the syntax of webapp2, in GAE, but I'm scared of being too restricted.
Name:
Anonymous2013-07-27 14:39
If you mean restricted by App Engine, webapp2 is a third-party project independent of App Engine.
I personally use Django. It's more ``bloated'' (read: modular, lots of boilerplate), but its modularity is useful for managing complexity later on.