TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google App Engine experimental Python 2.7 support

83 pointsby abrahamover 13 years ago

7 comments

csytanover 13 years ago
Note to people rushing out to try the new version: the development server doesn't work with it yet. You can only deploy to production at the moment.<p>Some very cool features with this upcoming release:<p>- Cross entity-group transactions<p>- Bundled libraries (with multiple version support)<p>- More quotas being increased<p>- Native WSGI support<p>More info here: <a href="https://sites.google.com/site/gaepython27testing/" rel="nofollow">https://sites.google.com/site/gaepython27testing/</a><p><a href="http://groups.google.com/group/google-appengine-python/browse_thread/thread/7fd615a6502546ce" rel="nofollow">http://groups.google.com/group/google-appengine-python/brows...</a>
mshronover 13 years ago
NumPy! Woo! This is a big deal for writing data-intensive backends. There was a great outcry of happiness on the ticket system when this got announced.<p>Now all we need is SciPy and matplotlib and we'll be in business...
mshafrirover 13 years ago
FYI, the Python 2.7 runtime is only supported for apps using the High Replication Datastore.<p>This is important to note for any 'older' apps that were created before HRD was enabled.<p><a href="http://code.google.com/appengine/docs/python/datastore/hr/#Selecting_a_Datastore" rel="nofollow">http://code.google.com/appengine/docs/python/datastore/hr/#S...</a>
评论 #3100733 未加载
talltomover 13 years ago
Official docs here:<p><a href="http://code.google.com/appengine/docs/python/python27/" rel="nofollow">http://code.google.com/appengine/docs/python/python27/</a>
mshafrirover 13 years ago
Finally, native JSON support.
mahmoudimusover 13 years ago
This is huge news. GAE's making advances that are making it more of a viable prototyping way to get MVPs out in absolutely no time. I'm excited by the possibilities!
juanefrenover 13 years ago
I'm not sure if this belongs here, but what about Python 3? I haven't seen too much about Python3 in the late days as the way I have seen about 2.7.
评论 #3101210 未加载