# 最佳实践

## 概述

借助 Tencent Cloud SDK for Python，您可以以同步或异步面向对象编程的方式快速实现与 Tencent Cloud 产品的功能交互。

在本节中我们将通过多个完整的示例向您演示如何在实际应用场景的应用程序中集成 Tencent Cloud SDK for Python 并使用相关高级特性以完成一些操作逻辑。

## 前提

请注意，在阅读实际应用场景最佳实践篇之前，请确保：

* 已[安装 Python 3.6](https://www.python.org/downloads/) 或更高版本。
* 已[安装 Tencent Cloud SDK for Python](https://smallso.gitbook.io/tencent-cloud-sdk/python-install) 最新稳定版本。
* 已阅读并理解 [Tencent Cloud SDK for Python 入门篇](https://smallso.gitbook.io/tencent-cloud-sdk/python-getting-started)。
* 已通过 [Tencent Cloud 控制台](https://console.cloud.tencent.com/cam/capi)创建适用于您账户的 Tencent Cloud API 访问凭据。


---

# 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-best-practices.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.
