We think the Python 2.7 runtime for App Engine is a great step forward for our developers. First, it allows applications to take advantage of concurrent requests, allowing you to build more performant and efficient applications. If your application wasn't fully utilizing the CPU, chances are that you'll be able to use concurrent requests to reduce the total number of instances and serve more with less.
We've also added some of the most highly requested libraries: PIL, NumPy, and lxml are all part of the Python 2.7 runtime. These three libraries alone have been requested nearly 2,000 times. Check out our updated list of supported libraries and let us know what libraries you would like us to add (be sure to add the tag ‘[Python Library]’ to the summary).
Whether you’re looking to migrate an existing application or build a new application, the Python 2.7 runtime is ready to go.
If you have any questions or comments send them to the App Engine group. We'd love to hear from you.
The Python 2.7 launch cake |
Posted by Chris Ramsdale, PM Python 2.7 Runtime for App Engine
(Python and the Python logos are trademarks of the Python Software Foundation)
4 comments:
Just in time for PyCon, thanks Google!
Shimmy, that's the old Python logo, before the boring redesign of 2005.
still, the new one are also two pythons...
Back in the days when Python still had the old snake logo, on the Windows OS, the C:\PythonNN directory had a green smiling snake icon when you viewed the directory listing in Windows Explorer. I belive this was version 2.3 or 2.4.
One day I got a frantic call from a customer. The data collection for their entire factory had suddenly stopped. I logged in to the system, and soon noticed that the C:\PythonNN directory was missing.
It turned out that some IT guy had logged in to the server and seen the snake on the server's hard drive. This caused a mild panic. He thought it had to be some kind of virus - and quickly deleted the directory with the snake.
Post a Comment