# Python

- [你真的“创建”了类吗？](https://blog.wh2099.com/python/create-class.md): Python 类创建流程解析
- [MRO 三定律](https://blog.wh2099.com/python/c3-mro.md): 关于 Python 中多继承 C3-MRO 算法的剖析
- [描述器学习指南](https://blog.wh2099.com/python/descriptor.md): 从面向过程到面向对象
- [描述器实现 property](https://blog.wh2099.com/python/property.md): 描述器实战应用
- [如何做一个好中介](https://blog.wh2099.com/python/yield-from.md): yield from 委派生成器语句解析
- [PEP 阅读清单](https://blog.wh2099.com/python/pep.md): Python Enhancement Proposals
- [Python 双刃剑](https://blog.wh2099.com/python/python-shuang-ren-jian.md): 漫谈 Python 语言特色的优缺点
- [类型标注](https://blog.wh2099.com/python/lei-xing-biao-zhu.md)
- [“类”的渐进式剖析](https://blog.wh2099.com/python/lei-de-jian-jin-shi-pou-xi.md): PyCon China 2023 主题演讲


---

# 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://blog.wh2099.com/python.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.
