> For the complete documentation index, see [llms.txt](https://hai-shi.gitbook.io/cpython-internals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hai-shi.gitbook.io/cpython-internals/readme.md).

# README

## 书籍介绍

微软独立研究员Anthony Shaw的《CPython Internals》中文版。\
![Cpython Internals](/files/1ap65VBGjgoMRm4Xp1Oc)

## 翻译进展（众筹，欢迎大家一起贡献）

参见[翻译进展](https://github.com/shihai1991/CPython-Internals/issues/6)

## 翻译规范

参见[翻译规范](https://github.com/shihai1991/CPython-Internals/blob/main/translate-of-conduct.md)

## 英文版书籍

[《Anthony Shaw - CPython Internals》](https://realpython.com/products/cpython-internals-book/)

## gitbook入门

参见[GitBook 简明教程](https://www.chengweiyang.cn/gitbook/index.html)。

## 本地启动本书

执行下述命令后，你就可以在浏览器访问`localhost:4000`阅读此书内容。

```shell
cd CPython-Internals
gitbook serve
```

## stars

[![Stargazers over time](https://starchart.cc/shihai1991/CPython-Internals.svg)](https://starchart.cc/shihai1991/CPython-Internals)
