# Python documentation reading notes **Repository Path**: forestdb/Python-documentation-reading-notes ## Basic Information - **Project Name**: Python documentation reading notes - **Description**: Python文档阅读笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-19 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python documentation reading notes Python文档阅读笔记 https://docs.python.org/3/ ## What's new in Python 3.6? 描述Python 3.6中的新特征。Python版本变更历史都在这里。 ## [Tutorial](https://gitee.com/forestdb/Python-documentation-reading-notes/tree/master/tutorial) 指南,从这里开始。 ## [Library Reference](https://gitee.com/forestdb/Python-documentation-reading-notes/tree/master/library_reference) 将标准库放在你的枕头下,意指经常翻阅,有事没事拿来读读。 ## [Language Reference](https://gitee.com/forestdb/Python-documentation-reading-notes/tree/master/language_reference) 语言参考,描述语法和语言元素 ## [Python Setup and Usage](https://gitee.com/forestdb/Python-documentation-reading-notes/tree/master/python_setup_and_usage) Python的安装和使用,在不同的平台上如何使用Python ## Python HOWTOs 对于特定主题有深度的文档 ## Installing Python Modules 从Python包索引和其他源安装Python模块 ## Distributing Python Modules 发布模块 ## Extending and Embedding 扩展和嵌入,C/C++程序员指南 ## Python/C API C/C++程序员参考 ## FAQs 常见问题 ## [Glossary](https://gitee.com/forestdb/Python-documentation-reading-notes/tree/master/glossary) 解释了最重要的术语。