> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ditto.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Python Compatibility

<Callout icon="triangle-person-digging" color="#7C3AED" iconType="regular">
  The Python SDK is currently in **Public Preview**. If you encounter any issues or need assistance, please contact [Ditto Support](https://support.ditto.com).
</Callout>

## Supported Python Versions

| **Python Version** | **Support**                            |
| ------------------ | -------------------------------------- |
| 3.10 – 3.13        | <Icon icon="check" iconType="solid" /> |
| 3.9 and earlier    | --                                     |

## Platforms

Each Public Preview release publishes prebuilt wheels for the platforms below.

| **Platforms** | **Support**    | **Versions**         |
| ------------- | -------------- | -------------------- |
| Linux x86-64  | Public Preview | glibc 2.35 and later |
| Linux ARM64   | Public Preview | glibc 2.35 and later |
| macOS ARM64   | Public Preview | 12 and later         |

## Transports

The Python SDK runs on the shared Ditto core, so its transport support matches
the platform capabilities of the core on Linux and macOS.

| **Platform**    | **BLE 5.0+**                           | **AWDL**                               | **Wi-Fi Aware** | **LAN**                                | **WebSockets**                         |
| --------------- | -------------------------------------- | -------------------------------------- | --------------- | -------------------------------------- | -------------------------------------- |
| Linux (x86\_64) | <Icon icon="check" iconType="solid" /> | --                                     | --              | <Icon icon="check" iconType="solid" /> | <Icon icon="check" iconType="solid" /> |
| Linux (aarch64) | <Icon icon="check" iconType="solid" /> | --                                     | --              | <Icon icon="check" iconType="solid" /> | <Icon icon="check" iconType="solid" /> |
| macOS           | <Icon icon="check" iconType="solid" /> | <Icon icon="check" iconType="solid" /> | --              | <Icon icon="check" iconType="solid" /> | <Icon icon="check" iconType="solid" /> |


## Related topics

- [Python Console App Quickstart](/sdk/latest/quickstarts/python.md)
- [Python](/sdk/latest/api-reference/python.md)
- [Python - Public Preview](/sdk/latest/install-guides/python.md)
