nC 初探 Python 3.6 文档

作者: 只记录自己的声音 | 来源:发表于2017-02-15 01:41 被阅读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 创建文章 | 目录初步构建完成

    相关文章

      网友评论

        本文标题:nC 初探 Python 3.6 文档

        本文链接:https://www.haomeiwen.com/subject/cnquittx.html