# README

## 书籍介绍

微软独立研究员Anthony Shaw的《CPython Internals》中文版。\
![Cpython Internals](https://1029588898-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhewUmzI3BNeGgeFH9Rv%2Fuploads%2Fgit-blob-4a0d02d85811bf1f058ef94d4d636af35efd8d31%2F%E9%A6%96%E9%A1%B5.png?alt=media)

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

参见[翻译进展](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)
