# 6. 学习方向

由于作者水平和文章篇幅有限，不可能所有知识点都面面俱到，如果本文激起了你对 Python 的兴趣，我有几个建议或许能帮助你进一步的提高自己的 Python 水平，按照重要级的降序排列：

1. 先确保本文中的所有 Demo 都自己实现过一遍，看代码和写代码是两种截然不同的体验
2. 了解 Python 标准库中提供的函数，避免重复造轮子，更高效的完成需求
3. 尝试用 Tornado、Flask、Django、MITM 等著名的 Python 框架完成一些自己的需求，把 Python 知识与实践结合起来，有机会的话可以阅读这些框架的源码
4. 针对自己还不够了解的知识点，查找 Google 上的优秀博客


---

# 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://jarvisma.gitbook.io/pythonlearn/6.-xue-xi-fang-xiang/chapter6.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.
