

**Developer Preview** — This documentation covers the AWS SDK for Python, which is in Developer Preview and intended for evaluation and testing only. Do not use it for production workloads. For production applications, use the [AWS SDK for Python (Boto3)](https://docs.aws.amazon.com/boto3/latest/guide/quickstart.html). To understand the differences between the two SDKs, see [Choosing the right AWS SDK for Python](choosing-sdk.md).

# Getting started with the AWS SDK for Python
<a name="getting-started"></a>

The topics in this chapter walk you through the essential steps to begin building asynchronous Python applications that connect to AWS services: installing the SDK, configuring credentials, and running two working examples.

**Topics**
+ [Overview](getting-started-overview.md)
+ [Prerequisites and installation](getting-started-prerequisites-installation.md)
+ [Authenticating with AWS using the AWS SDK for Python](getting-started-authentication.md)
+ [Example 1: Make asynchronous calls to Amazon DynamoDB](getting-started-dynamodb.md)
+ [Example 2: Stream audio bidirectionally with Amazon Transcribe](getting-started-transcribe-streaming.md)

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS SDK for Python. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query sdk-for-python` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
