Python 中文官方文档 2.7 & 3.4
介紹
1.
Python 2 教程
1.1.
1. 吊吊你的胃口
1.2.
2. Python 解释器
1.3.
3. Python简介
1.4.
4. 控制流
1.5.
5. 数据结构
1.6.
6. 模块
1.7.
7. 输入和输出
1.8.
8. 错误和异常
1.9.
9. 类
1.10.
10. 标准库概览
1.11.
11. 标准库概览 — 第II部分
1.12.
12.现在怎么办?
1.13.
13. 交互式输入的编辑和历史记录
1.14.
14. 浮点数运算:问题和局限
2.
Python 2 标准库
2.1.
1. 引言
2.2.
2. 内建函数
2.3.
3. 不太重要的内建函数
2.4.
4. 内建的常量
2.5.
5. 内建的类型
2.6.
6. 内建的异常
2.7.
7. String Services
2.8.
8. Data Types
2.9.
9. Numeric and Mathematical Modules
2.10.
10. File and Directory Access
2.11.
11. Data Persistence
2.12.
13. File Formats
2.13.
14. Cryptographic Services
2.14.
15. Generic Operating System Services
2.15.
16. Optional Operating System Services
2.16.
17. Interprocess Communication and Networking
2.17.
18. Internet Data Handling
2.18.
20. Internet Protocols and Support
2.19.
26. Debugging and Profiling
2.20.
28. Python Runtime Services
3.
Python 2 语言参考
3.1.
1. 简介
3.2.
2. 词法分析
3.3.
3. 数据模型
3.4.
4. 执行模型
3.5.
5. 表达式
3.6.
6. 简单语句
3.7.
7. 复合语句
3.8.
8. 顶层的组件
3.9.
9. 完整的语法规范
4.
Python 3 教程
4.1.
1. 引言
4.2.
2. Python 解释器
4.3.
3. Python简介
4.4.
4. 控制流
4.5.
5. 数据结构
4.6.
6. 模块
4.7.
7. 输入和输出
4.8.
8. 错误和异常
4.9.
9. 类
4.10.
10. 标准库概览
4.11.
11. 标准库概览 — 第II部分
4.12.
12.现在怎么办?
4.13.
13. 交互式输入的编辑和历史记录
4.14.
14. 浮点数运算:问题和局限
Powered by
GitBook
Python 中文官方文档 2.7 & 3.4
28. Python Runtime Services