Fix Python – Flask vs webapp2 for Google App Engine
I’m starting new Google App Engine application and currently considering two frameworks: Flask and webapp2. I’m rather satisfied with built-in webapp framework that I’ve used for my previous App Engine application, so I think webapp2 will be even better and I won’t have any problems with it.
However, there are a lot of good reviews of Flask, I rea….