Difference between Flask and Webapp2 (GAE)

Viewed 2539

I am still collecting information but it seems that i can't figure out what the difference of those two frameworks are.

Currently I am using webapp2 with jinja2 and wtforms. It comes right out of the box in GAE and works fine.

If i compare flask and webapp2 i can only see that flask has jinja and wtforms already integrated, so no big deal there.

If i compare the two docs it seems that both frameworks have much in common

http://webapp-improved.appspot.com/

http://flask.pocoo.org/docs/

Just have some start problems with flask to get in running locally on my windows machine.

At least the docu of flask seems to be very nice. It's really nice written and very clear.

I already searched around the web and i could not find any information about the differences.

Flask vs webapp2 for Google App Engine

So , what are the differences ?

2 Answers
Related