> For the complete documentation index, see [llms.txt](https://blog.wh2099.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.wh2099.com/python.md).

# 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 主题演讲
