I want to run a Python program in Google Cloud.
However, I found that App Engine only supports Python 2.
What can I do?
Are there any other apps that supports Python 3?
I want to run a Python program in Google Cloud.
However, I found that App Engine only supports Python 2.
What can I do?
Are there any other apps that supports Python 3?
Several products allow you to deploy Python 3 code:
App Engine also supports Python 3: Google App Engine Python 3 Standard Environment documentation.
Cloud Functions has a Python 3 runtime: The Python Runtime.
And you can define any runtime you want with Cloud Run.