Tagged Questions

3
votes
3answers
356 views
+100

Google Wave Python Tutorial - What next?

I just finished working through Google's Wave Robot: Python Tutorial. The API Reference looks a bit imposing. Is there anything else I can look at to get up to speed?
1
vote
2answers
84 views
+100

Continuous Integration and App Engine

Are there any Continuous Integration tools that will run on Google App Engine?
0
votes
1answer
52 views
+100

How to design an extensible CMS for Google App Engine?

I am a fan of the extensibility of the CMSes. You can upload some code (usually PHP), authorize it from the CMS admin panel and it's running. I wonder if it is possible in Google App Engine. I …