Cloud SDKs
Microsoft Azure SDK
★ 4.6
GCP SDK for Python
★ 4.7
pip install azure-storage-blobpip install google-cloudpip install azure-storage-blobpip install google-cloudPython data engineers use the Azure SDK to build pipelines on Azure infrastructure. Common patterns include reading data from Azure Blob Storage with `BlobServiceClient`, triggering Azure Data Factory pipelines via the management client, and writing results to Azure SQL or Cosmos DB — all authenticated using managed identity for secure, credential-free access.
Python data engineers use the Google Cloud client libraries to integrate pipelines with GCP services. The BigQuery client is the most common entry point — engineers run SQL queries with `client.query(sql).to_dataframe()` to pull results directly into pandas, or use `client.load_table_from_dataframe()` to write transformed data back to BigQuery.
Cloud SDKs
Boto3 vs Google Cloud Client Libraries
Cloud SDKs
Azure SDK for Python vs Boto3
Cloud SDKs
Boto3 vs IBM Cloud Python SDK
Cloud SDKs
Boto3 vs Oracle Cloud Infrastructure SDK
Cloud SDKs
Google Cloud Client Libraries vs IBM Cloud Python SDK
Cloud SDKs
Google Cloud Client Libraries vs Oracle Cloud Infrastructure SDK
Individual Tool Pages