nC 初探 Python 3.6 文档
2017-02-15 本文已影响111人
只记录自己的声音
功夫不负有心人, 想了好久终于知道能做点啥了(mdzz...)。在这里为下面的任务做个列表。将要写的任务可以总结为:Python 3.6 官方文档的翻译 + 个人理解 + 代码片。希望于人于己都有所帮助。
以下目录对照 Python 文档 编写:
1. Whetting Your Appetite | 挑起你的欲望
2. Using the Python Interpreter | 使用 Python 解释器
3. An Informal Introduction to Python
4. More Control Flow Tools
5. Data Structures
6. Modules
7. Input and Output
8. Errors and Exceptions
9. Classes | 详解 Python 类机制
10. Brief Tour of the Standard Library
11. Brief Tour of the Standard Library — Part II
12. Virtual Environments and Packages
13. What Now?
14. Interactive Input Editing and History Substitution
15. Floating Point Arithmetic: Issues and Limitations
16. Appendix
==============================================
更新日志:
- 2017年2月28日 23:19:39 更新第二章 使用 Python 解释器(未完) | 添加第九章 详解 Python 类机制
- 2017年2月15日01:45:17 更新第一章 挑起你的欲望
- 2017年2月6日15:24:30 创建文章 | 目录初步构建完成