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 is working on Python 3 for App Engine Standard Environment

159 pointsby ognyankulevalmost 7 years ago

11 comments

privateSFacctalmost 7 years ago
I never get this about google. They had a great product here (I and I know others actively interested) but they just drop development on these things for the new shiny toy. We&#x27;re not asking for a ton, but if you could assign even a few folks to maintain the non-cool stuff, I think a lot more folks would build on GCP.<p>I&#x27;m on AWS currently. They keep their old &#x2F; uncool stuff around in a nice way (and totally seem to drop ball on other stuff that matters less like their new Amazon Linux 2 effort - python 3 support in that is totally wonky etc).
评论 #17300970 未加载
评论 #17301222 未加载
评论 #17309524 未加载
bertialmost 7 years ago
For anyone confused, currently you have a choice of either &quot;Standard Environment&quot;, which is Python 2.7 only, or &quot;Flexible Environment&quot; which allows you to choose Python 2.7, Python 3.6, or your own Python runtime [1][2]. This is about supporting Python 3 in the &quot;Standard Environment&quot;. It&#x27;s unclear whether the intention is to replace Python 2 or allow a choice?<p>[1] <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;python&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;python&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;flexible&#x2F;python&#x2F;runtime" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;appengine&#x2F;docs&#x2F;flexible&#x2F;python&#x2F;runt...</a>
评论 #17300559 未加载
Godel_unicodealmost 7 years ago
Reminder that Python 2 dies in 18 months.<p><a href="https:&#x2F;&#x2F;pythonclock.org" rel="nofollow">https:&#x2F;&#x2F;pythonclock.org</a>
评论 #17300695 未加载
评论 #17301033 未加载
评论 #17300906 未加载
评论 #17309355 未加载
cheriotalmost 7 years ago
I love the new movement in on GAE Standard. With GAE Flexible, GKE, Cloud SQL, etc there&#x27;s actually a growth path for something that out grows it. When Standard first launched, that additional complexity meant a rewrite.<p>Can the Java runtime implement the full Servlet 3.1 spec now? It&#x27;s 5 years old (and most Scala http libs don&#x27;t support blocking Servlets anymore).
shaohuaalmost 7 years ago
at 10 years birthday of app engine and 10 years birthday of python3
评论 #17300594 未加载
评论 #17301015 未加载
savrajsinghalmost 7 years ago
Appengine standard is amazing. I hope they continue to support 2.7 as well.
mikecealmost 7 years ago
Just in case you&#x27;re like me and had to Bing what the difference is between Docker and Google App Engine, it&#x27;s summed up really well in this Stack Overflow answer:<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;49950687&#x2F;3799" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;49950687&#x2F;3799</a><p>I wonder, though, if future development should target Docker&#x2F;K8S and GAE should only be the domain of legacy applications.
评论 #17303534 未加载
oooooofalmost 7 years ago
Google also committed to releasing an update to its App Engine Gw Basic and Turbo Pascal environments, “some time in the 2021 timeframe”.
olskoolalmost 7 years ago
I tried Appengine when it first came out but Google never seemed to support it much so I gave up on it.
k__almost 7 years ago
What lead to this whole Python 2 and 3 divide?<p>I mean, other languages have new versions too...
评论 #17301801 未加载
评论 #17303240 未加载
评论 #17303557 未加载
IshKebabalmost 7 years ago
Yet another example to throw in the face of people who say that the Python 2&#x2F;3 problem is solved.