Google Cloud with Python Course
Welcome to the Google Cloud with Python course. In this course, you will learn how to interact with various Google Cloud services like BigQuery and Cloud Storage using Python. We will cover dataset management, table operations, bucket management, and file handling.
Happy Learning!
BigQuery with Python
Introduction to using Google Cloud SDK and Python for GCP.
Learn how to query data from BigQuery tables using Python.
Copy tables between datasets in BigQuery.
Delete BigQuery tables programmatically.
Retrieve a list of all tables within a BigQuery dataset.
Access BigQuery table properties and metadata.
Learn how to create new datasets in BigQuery.
Remove datasets from your BigQuery project.
List all datasets available in a GCP project.
Create tables using a JSON schema definition.
Cloud Storage with Python
Create new Cloud Storage buckets.
List all buckets in your GCP project.
Upload files to Cloud Storage buckets.
Retrieve the list of files stored in a bucket.
Delete Cloud Storage buckets programmatically.
Access Cloud Storage bucket properties.
Enable or disable object versioning on a bucket.
Configure uniform bucket-level access for security.
Remove specific objects from a Cloud Storage bucket.
Download objects from Cloud Storage to local storage.
Move objects from one bucket to another.