Top "Webapp2" questions

webapp2 is a lightweight Python web framework compatible with Google App Engine's webapp.

What do the chars %7D mean in an url query?

If I access my webapp with the url /vi/5907399890173952.html then it works but when I look in the log …

python google-app-engine url jinja2 webapp2
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 …

python google-app-engine flask webapp2
Pymongo/bson: Convert python.cursor.Cursor object to serializable/JSON object

New to MongoDb and Python (webapp2). So, I was fetching some data from a mongodb database. But I was unable …

python json mongodb pymongo webapp2
How to properly output JSON with app engine Python webapp2?

Right now I am currently just doing this: self.response.headers['Content-Type'] = 'application/json' self.response.out.write('{"success": "…

json google-app-engine webapp2
Creating a simple python web application

I have a python script that takes inputs from commandline. I simply want to modify this script so I can …

python python-2.7 web webapp2
Issue with sending XML to Web Api via http Post request

I would like to send the following XML document to my Web Api 2 controller; however, the [FromBody] parameter is always …

asp.net-web-api2 webapp2
Simple Python and Ajax Example How to Send Response with Python?

I am testing out some code with Python and Javascript trying to get an Ajax system set up. Basically I …

javascript python ajax webapp2
How to solve a UnicodeDecodeError?

I get a strange error message when trying to read non-ascii from the datastore: 'ascii' codec can't decode byte 0xc3 …

google-app-engine unicode python-2.7 jinja2 webapp2
webapp2 redirect explained

I'm sometimes unsure how to use webapp2.redirect. Is there ever a time when I should use self.redirect("/blah") …

google-app-engine redirect wsgi webapp2
How to Take Checkboxes in Python

I am trying to use checkboxes in my HTML, return these checkboxes to my python backend, and then increment three …

python html google-app-engine checkbox webapp2