development

Python just got more popular

April 8, 2008 6:31:58.388

Google has announced their application platform, and their hook to get you started is that it's free up to a certain level of usage - that usage level is restricted for the beta period (first 10,000 signups). Here's the detail on that:

Google's App Engine initially will have limits of 500MB of storage, 10GB of daily data transfer bandwidth, and 200 million daily cycles of processor use. That should be enough to power a Web site with about 5 million page views per month, Koomen said.

Once they get out of beta, that usage level will be free, with anything beyond that charged on a pay as you go basis. The interesting thing is this: the development environment for it is Python. So much for Sun's theory about what you need to scale in the Enterprise.

That provides an interesting counterpoint to what Amazon is offering though. With Google, small scale use is free, but your toolset is limited. With Amazon, you pay as you go from the start (not a lot), but you can use whatever tools you want.

Bottom line, developers just got more choices for building out web apps.

Technorati Tags:

Comments

Well..

[murphee (http://jroller.com/page/murphee)] April 8, 2008 16:25:50.930

Actually, what Google AppEngine provides is a new way for vendor lock-in, in this case Google. You're pretty much stuck using whatever Google API you need (User management, that Data management system, etc) - and since those rely on Google mechanisms (Bigtable, etc)... well... you're left with two choices: - stick with Google (through thick and thin) - replicate the whole AppEngine API before you can even think about moving.

I'd say... this thing is actually an argument for Amazon's EC2/S3...