Python Safe deployment on App Engine In a previous article I wrote about the need to update your Datastore indexes on App Engine before deploying code that relies on them. To simplify the deployment process, I put together a script that waits for your indexes to be built before deploying
Python Python dictionary comprehensions I’m a little embarrassed to say that I haven’t yet used these in my own code -- they seem so obvious now that I look back on it. >>> d = {'a': 1, 'b': 2', 'c': 3} >>> keys
Testing Task Queue support in App Engine's ext.Testbed A while back I wrote some (now deprecated) code that allowed you to easily test your Python App Engine applications and their interaction with the App Engine APIs. When we got acquired by Google, I started working with some of the awesome App Engine