# 简介

## Python进阶

《Python进阶》是《Intermediate Python》的中文译本, 谨以此献给进击的 Python 和 Python 程序员们!

#### 快速阅读传送门

在这里一站式阅读 (<https://py.eastlakeside.cn>)

## 前言

Python，作为一个"老练"、"小清新"的开发语言，已受到广大才男俊女的喜爱。我们也从最基础的Python粉，经过时间的摧残慢慢的变成了Python老鬼。

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

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

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

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

译者在翻译过程中，慢慢发现，本书作者的行文方式有着科普作家的风范，--那就是能将晦涩难懂的技术用比较清晰简洁的方式进行呈现，深入浅出的风格在每个章节的讨论中都得到了体现：

* 每个章节都非常精简，5分钟就能看完，用最简洁的例子精辟地展现了原理。
* 每个章节都会通过疑问，来引导读者主动思考答案。
* 每个章节都引导读者做延伸阅读，让有兴趣的读者能进一步举一反三。
* 每个章节都是独立的，你可以挑选任意的章节开始阅读，而不受影响。

总之，这本书非常方便随时选取一个章节进行阅读，而且每次阅读一个章节，你都可能会有一些新的发现。

### 原书作者

感谢英文原著作者 @yasoob《[Intermediate Python](https://github.com/yasoob/intermediatePython)》，有了他才有了这里的一切。

### 译者

* 总顾问+审校: 刘宇 [@liuyu](https://github.com/liuyu)
* 主译: PyCon老高 [@spawnris](https://github.com/spawnris)
* 主译: 大牙matt [@suqi](https://github.com/suqi)
* 参译: 明源 [@muxueqz](https://github.com/muxueqz)

### 欢迎建议指正或直接贡献代码

<https://github.com/eastlakeside/interpy-zh/issues>

#### 微信交流群

可参考这个issue里的指引来加群：<https://github.com/eastlakeside/interpy-zh/issues/19>


---

# 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/master.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.
