Earlier quoted context omitted.
> It is not possible to access Postgres based CloudSQL from Python on AppEngine standard. It is possible on the new (beta) Python 3. 7 runtime on AppEngine standard: https://cloud.google.com/appengine/docs/standard/python3/usi...
Then they should update their docs.
Python 3 is now available on App Engine standard environment
51–60 of 84 posts
Re: Python 3 is now available on App Engine standard environment
#52Thanks for supporting this cutting edge technology. I really hope it catches on.
Re: Python 3 is now available on App Engine standard environment
#53I 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?
Re: Python 3 is now available on App Engine standard environment
#54Would be nice if Python was available in the cloud function environment.
This is supported today! https://cloud.google.com/functions/docs/writing/
Re: Python 3 is now available on App Engine standard environment
#55Where can I find more information on Cloud Scheduler & Tasks? Having a hard time googling it :) and the links go to a sign up form.
For Cloud Tasks, https://developers.google.com/api-client-library/python/apis... should help.
Re: Python 3 is now available on App Engine standard environment
#56Earlier quoted context omitted.
Is GRPC supported? My gut feelign is no, but I hope I am wrong Edit: Holy shit this is so bittersweet. I was relying heavily on the batteries included user management, logging, admin only handlers, and especially the super easy cron job definitions. IDK what to think about this. It kinda takes away all the things that made App Engine worth it for me as a programmer who doesnt want to do dev ops.
AFAIK you can't run a gRPC server on App Engine, but you can access other gRPC services (like all the GCP APIs) as a client. I might be wrong about the server part. All those things you mentioned in the edit should be supported in the new runtime. Edit: I see what you mean. The deeply integrated services are removed in favor of more portable solutions, like Logging moving to Stackdriver Logging (though stdout is stil…
Also according to this they are not supported directly anymore except logging might still work but the wording is unclear. https://cloud.google.com/appengine/docs/standard/python3/pyt... .
Re: Python 3 is now available on App Engine standard environment
#57Hi all, Product Manager for App Engine here. Happy to answer any questions about Python 3 on the App Engine standard environment.
Re: Python 3 is now available on App Engine standard environment
#58Earlier quoted context omitted.
> It is not possible to access Postgres based CloudSQL from Python on AppEngine standard. It is possible on the new (beta) Python 3. 7 runtime on AppEngine standard: https://cloud.google.com/appengine/docs/standard/python3/usi...
Then they should update their docs.
Re: Python 3 is now available on App Engine standard environment
#59Where can I find more information on Cloud Scheduler & Tasks? Having a hard time googling it :) and the links go to a sign up form.