Tech Kindred
Chad Wathingtion's thoughts on Technology and Society
Python in the Cloud: Google App Engine
Hmm.. Google launched a new cloud-ish web development infrastructure platform called Google App Engine. Tech Crunch has an article. I wish this were Ruby based frankly or no language at all. I think AWS has it right: virtualization, restful APIs, and platform agnostic tech overall. This may drive Python adoption though, not that Python is bad. Ruby's just better ;)
Posted on Monday, April 7, 2008 at 11:03PM
by
Chad Wathington
in Dynamic Languages
|
2 Comments
|
1 Reference
References (1)
References allow you to track sources for this article, as well as articles that were written in response to this article.


Reader Comments (2)
From the article you linked to: "Google says that Python is just the first supported language, and that the entire infrastructure is designed to be language neutral. Google’s initial focus on Python makes sense because they use Python internally as their scripting language".
Besides, Python is a fine language that can do everything that Ruby can do, only faster and more readably.
<ducks and covers>
I think Google chose python because python/django are faster and much easier to scale than other languages.
That and its their in house language. So far Google have done alright using python for their stuff.