# Python快速起步

开始阶段，面对的是如何准备开发环境，如何进行包管理，以便快速起步

## Tips

* 模块化编程
* 将功能分解成小功能，并且每次只编写一个小功能，迭代开发
* 每完成一个小功能立即进行联调测试，确保每个小功能先基本成型并可达到目标，避免全部完成后再调试（反而不容易找出问题）


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/develop/python/startup.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.
