Earlier quoted context omitted.
If you're an existing AppEngine standard user/customer, it's pretty likely that that means you will not be able to take advantage of PostgreSQL, as the new runtime does NOT give you access to a ton of their existing services that you are probably already using (such as datastore.)
Hi optimusclimb -- just want to make clear that using Cloud SQL to connect to PostgreSQL should work using Python 3.7 on the App Engine standard environment. Your earlier comment accurately pointed out a gap in our docs. We're going to address that -- thank you. If you try Cloud SQL and find that it doesn't work with PostgreSQL on this new runtime, that's a bug and we need to fix it.
Python 3 is now available on App Engine standard environment
81–84 of 84 posts
Re: Python 3 is now available on App Engine standard environment
#82I believe the title should be updated to say 3.7 as the article title does. The .7 is pretty significant to those who would be interested in this.
Any highlights of why 3.7 is significant vs 3.6,3.5,3.4?
Of significant interest to people who are stuck/like writing Python would be the async changes in 3.5 and 3.6. There have also been constant type annotation enhancements made throughout the 3.x releases.
Re: Python 3 is now available on App Engine standard environment
#83Earlier quoted context omitted.
For Cloud Tasks, https://developers.google.com/api-client-library/python/apis... should help.
Thanks! Unfortunately, there's a link to Cloud Tasks API on that page that 404s and there's not much else info on it. As far as I can tell, it's alpha. Maybe I can find the Google Next presentation on it.
Re: Python 3 is now available on App Engine standard environment
#84Earlier quoted context omitted.
Thanks! Unfortunately, there's a link to Cloud Tasks API on that page that 404s and there's not much else info on it. As far as I can tell, it's alpha. Maybe I can find the Google Next presentation on it.
The links to APIs I see on that page are https://developers.google.com/resources/api-libraries/docume... and https://developers.google.com/api-client-library/python/ , both work for me. The latter in turn points to https://cloud.google.com/tasks/ (Tasks Alpha) which also works for me. Maybe it only works for customers enrolled in the limited-access Alpha and as a Googler I'm automatically enrolled without knowing tha…