# 概述

Tencent Cloud SDK for Python 是面向 Python 推出的 Tencent Cloud SDK 开放源代码实现。

借助 Tencent Cloud SDK for Python，您可以以面向对象编程的方式快速访问 Tencent Cloud API 并将其集成到您的应用程序，而无需关注实现细节。

{% hint style="danger" %}
请注意，Tencent Cloud SDK for Python 仅面向 Python 3.6 或更高 CPython 运行时版本提供兼容性支持。使用 Python 2 版本的开发者应该尽快升级到 Python 3.6 或更高版本。

[Python 软件基金会](https://www.python.org/psf/)宣布将于 2020 年停止对 Python 2 的支持。
{% endhint %}

**`Features`** Tencent Cloud SDK for Python 支持全异步编程方式。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smallso.gitbook.io/tencent-cloud-sdk/python-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
