Google App Engine

Posted on 16 April 2008 by Johannes Fahrenkrug. Tags: Programming Python
I now I'm a couple of days late, but I just read the blog post about Google App Engine. It seems to be something that every web application developer has dreamed of: You just have to write your code and then deploy it with a single command, without worrying about setting up the machine, the server, the DB, and all the other stuff that we as developers rather not get our hands dirty with. Google App Engine lets you do the coding and Google do the rest: You can run your app on Google infrastructure with scaling and all. That's really cool! And the best thing is that the first language it supports in Python. You can use the full language with some limitations. But there's more: The SDK comes with Django! Since working with Rails I have always been wanting to check out Django and now I have even more reason to do so. There is an interesting tutorial about building a Django project with App Engine and another App Engine Django demo from Google. But that's still not all: Guido van Rossum is a member of the App Engine development team! Oh, and it's free to start with. They'll charge you if you need more horse power, though. Here's a short demo video of how easy it is to build an app with App Engine. I have to say that the webapp package doesn't seem to be too pretty to use, but the good thing is that you don't have to! I'd rather stick with Django. So whenever I have a great idea for a web application again, worrying about deployment and all that stuff shouldn't discourage me anymore!

Comments

Please keep it clean, everybody. Comments with profanity will be deleted.

blog comments powered by Disqus