---
title: "Python SDK"
description: "Information specific to developing the Python SDK."
url: https://develop.sentry.dev/sdk/platform-specifics/python-sdk/
---

# Python SDK

This section serves as a knowledge base for the Python SDK where we document common gotchas, seldom used processes, and in general stuff that comes up every now and then.

* #### [Backporting](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/backporting.md)

  How to backport to an earlier major.

* #### [CI](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/ci.md)

  Our test setup and how our CI files are generated.

* #### [Generating API Docs](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/generating-api-docs.md)

  How to deal with issues generating our API docs.

* #### [New Major](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/new-major.md)

  What to consider when preparing a new major.

## Pages in this section

- [Backporting](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/backporting.md)
- [CI](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/ci.md)
- [Generating API Docs](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/generating-api-docs.md)
- [New Major](https://develop.sentry.dev/sdk/platform-specifics/python-sdk/new-major.md)
