> For the complete documentation index, see [llms.txt](https://jarvisma.gitbook.io/pythonlearn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jarvisma.gitbook.io/pythonlearn/7-can-kao-zi-liao/chapter7.md).

# 7. 参考资料

1. [python属性查找 深入理解（attribute lookup）](http://www.cnblogs.com/xybaby/p/6270551.html)
2. [The Python 2.3 Method Resolution Order](https://www.python.org/download/releases/2.3/mro/)
3. [关于Python的Mixin模式](http://www.bjhee.com/python-mixin.html)
4. [The definitive guide on how to use static, class or abstract methods in Python](https://julien.danjou.info/blog/2013/guide-python-static-class-abstract-methods)
5. [异步与回调的设计哲学](http://fullstack.blog/2017/02/26/异步与回调的设计哲学/)
6. [Python的GIL是什么鬼，多线程性能究竟如何](http://cenalulu.github.io/python/gil-in-python/)
7. [6.2 读写JSON数据](http://python3-cookbook.readthedocs.io/zh_CN/latest/c06/p02_read-write_json_data.html)
8. [Python 的 import 机制](https://loggerhead.me/posts/python-de-import-ji-zhi.html#_1)
