Google App Engine
Learn how to deploy an application using Google App Engine.
We'll cover the following...
gcloud
- A command line tool
Google also has a cloud platform that offers a large selection of features, from virtual machines to application hosting. Google App Engine is the platform that can host and execute your code directly, including Python and many other languages.
Google provides a command-line tool, like everyone else, called gcloud
...
Google Cloud Platform