# 序

这是一本 [Intermediate Python](https://github.com/yasoob/intermediatePython) 的中文译本，谨以此献给进击的 Python 和 Python 程序员们!

这是一次团队建设、一次尝鲜、一次对自我的提升。相信每个有为青年，心里想藏着一个小宇宙：**我想要做一件有意思的事**。$$什么是有意思的事？$$ **别闹**

Python，作为一个"老练"、"小清新"的开发语言，已受到广大才男俊女的喜爱。我们也从最基础的 Python 粉，经过时间的摧残慢慢的变成了 Python 老鬼。因此一开始 @大牙 提出要翻译点什么的时候，我还是挺兴奋的，团队一起协作，不单可以磨练自己，也能加强团队之间的协作。为此在经过短暂的讨论后，翻译的内容就定为：《Intermediate Python》。

Intermediate Python 这本书具有如下几个优点：

1. 简单
2. 易读
3. 易译

这些都不是重点，重点是：**它是一本开脑洞的书**。无论你是Python初学者，还是Python高手，它显现给你的永远是Python里最美好的事物。

> 世上语言千万种 美好事物藏其中

翻译的过程很顺利，语言很易懂，因此各位读者欢迎捐赠，或加入微信群讨论。


---

# 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://eastlakeside.gitbook.io/interpy-zh/introduction.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.
