Archive for November, 2010

First look at Google App Engine

11/26/2010

I tried walking through the Python overview of Google app engine today. So easy to learn and use even if you’re not a Python developer.
Using the django templates is a must. So far I havent tried using eclipse since i started with Python but I found a plugin (pyDev) which supposedly adds Python support to eclipse. Using the app engine Windows application makes it really easy to run your solution but I would personally like a debuger and not having to rely on response.out.write for debug messages.
Database support is basically just writing another class and you don’t even need to know SQL. I suppose it helps though if you want to use GQL for querying the database.
The preferences with Google hosting the solution, providing api’s for just about anything you want far outweighs the disadvantage of not being in total control of the data. The tight integration with Google apps services that even works locally is really impressive. No need for login controls, account handling pages or anything like that anymore. Google does it all for you!