# 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)


---

# 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://hai-shi.gitbook.io/cpython-internals/readme.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.
