https://github.com/GoogleCloudPlatform/getting-started-python
Code samples for using Python on Google Cloud Platform
https://github.com/GoogleCloudPlatform/getting-started-python
samples
Last synced: 11 months ago
JSON representation
Code samples for using Python on Google Cloud Platform
- Host: GitHub
- URL: https://github.com/GoogleCloudPlatform/getting-started-python
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2015-08-06T20:45:12.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T00:36:25.000Z (11 months ago)
- Last Synced: 2025-03-30T15:42:51.149Z (11 months ago)
- Topics: samples
- Language: Python
- Homepage: https://cloud.google.com/python
- Size: 1.04 MB
- Stars: 793
- Watchers: 87
- Forks: 589
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Getting started with Python on Google Cloud Platform
This repository is the complete sample code for the [Python Getting Started on Google Cloud Platform](https://cloud.google.com/python/docs/) tutorials. Please refer to the tutorials for instructions on configuring, running, and deploying these samples.
The code for the samples is contained in individual folders in this repository.
Tutorial | Folder
---------|-------
[Getting Started](https://cloud.google.com/python/getting-started/) | [bookshelf](https://github.com/GoogleCloudPlatform/getting-started-python/tree/main/bookshelf)
[Background Processing](https://cloud.google.com/python/getting-started/background-processing) | [background](https://github.com/GoogleCloudPlatform/getting-started-python/tree/main/background)
[Deploying to Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/docs/quickstarts/deploying-a-language-specific-app) | [in "kubernetes-engine-samples" repo](https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/quickstart/python)
[Deploying to Google Compute Engine](https://cloud.google.com/python/tutorials/getting-started-on-compute-engine) | [gce](https://github.com/GoogleCloudPlatform/getting-started-python/tree/main/gce)
[Handling Sessions with Firestore](https://cloud.google.com/python/getting-started/session-handling-with-firestore) | [sessions](https://github.com/GoogleCloudPlatform/getting-started-python/tree/main/sessions)
[Authenticating Users with IAP](https://cloud.google.com/python/getting-started/authenticate-users) | [authenticating-users](https://github.com/GoogleCloudPlatform/getting-started-python/tree/main/authenticating-users)
## Contributing changes
* See [CONTRIBUTING.md](CONTRIBUTING.md)
## Licensing
* See [LICENSE](LICENSE)