Cloud SDKs
Microsoft Azure SDK
★ 4.6
AWS SDK for Python
★ 4.8
pip install azure-storage-blobpip install boto3pip install azure-storage-blobpip install boto3Python 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.
Boto3 is the essential Python library for any AWS-based data pipeline. Engineers use it to read from and write to S3, trigger Glue jobs, query Athena, publish to SNS/SQS, and manage EMR clusters — all from Python scripts or Airflow tasks. The S3 resource interface makes reading Parquet files from a data lake a few lines of code.
Cloud SDKs
Boto3 vs Google Cloud Client Libraries
Cloud SDKs
Boto3 vs IBM Cloud Python SDK
Cloud SDKs
Boto3 vs Oracle Cloud Infrastructure SDK
Cloud SDKs
Azure SDK for Python vs Google Cloud Client Libraries
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