# Python 简介

本章从宏观与微观两个角度对 Python 特性做了阐述。

- [解读 Python](understand-python) 粗浅的展示了 Python 的创建原理。
- [Python 基础类型](basic-type) 展示了 “Python 处理数据的基本类型” 的一些粗浅介绍；

本章的内容不用关注细节，对概念有个大体的认知即可。

```{toctree}
:maxdepth: 2

understand-python
basic-type
```
