This evening Google announced its much anticipated web services initiative dubbed Google App Engine. While I’m thrilled to see more of the building blocks of Internet scale, utility computing moving to the cloud, I wanted to quickly write what I think might not be such an obvious side effect. That is, I believe this announcement is going to drive python adoption in a big way. Currently the only way to interface with Google App Engine is by writing python code that runs on Google’s server farms. Those sitting on the fence about python now have a huge motivation to jump into the python side of the yard.
Python doesn’t get the notoriety or attention of Ruby on Rails or java for sure and isn’t as widely used as perl or PHP, but python has quietly become the language of choice of the professional systems engineer. Like ruby and perl, python is a dynamic, interpreted, scripting language. Like ruby and java, it’s fully object oriented. Python enforces some stylistic and syntax conventions that make it more readable and therefore easier to maintain than other languages.
A systems engineer is someone who writes software to automate the deployment, management and monitoring of servers. They are programmers who spend part of their time writing persistent code that sticks around for years and part of their time writing single use utility programs. Python works great for both. While python isn’t a household variety programming language, it has become the standard for systems programming at two of the biggest Internet scale software companies – Yahoo and Google.
We’ll have to see over the upcoming months how Google compares and differs from Amazon Web Services but I for one am thrilled to see that adoption of python is going to go way up.
One Response to Look out Ruby, Here comes Python
Leave a Reply Cancel reply
Archives
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- January 2011
- December 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- September 2006




Nice post. I love python as the googles’ engineers do. But I think yahoo are more of php than python?