.. python-cheatsheet documentation master file, created by sphinx-quickstart on Sun Feb 28 09:26:04 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. meta:: :description lang=en: Collect useful python snippets for pythoneers or non-pythoneers. :keywords: Python, Python Cheat Sheet 欢迎来到Python Cheatsheet! ============================== 欢迎来到pysheeet。 该项目旨在收集一些有用的Python代码片段 为了增强pythoners的编码经验。如果您有任何好的想法,改进这个代码片段、解释等, 请自由贡献. 欢迎任何代码片段. 如果您想成为贡献者, 请fork该 `代码仓库`_ . 如果您有什么问题或者意见, 请在 `GitHub Issues`_ 创建issue. .. _代码仓库: https://github.com/crazyguitar/pysheeet .. _GitHub Issues: https://github.com/crazyguitar/pysheeet/issues Python 3新的改变 ---------------------- 在官方文档中, `Python3中新的更改`_, 展示了所有最重要的更改. 然而, 您太忙导致没有时间阅读所有更改, 本部分简要介绍了Python 3中的新特性. .. _Python3中新的更改: https://docs.python.org/3/whatsnew/index.html .. toctree:: :maxdepth: 1 notes/python-new-py3 备忘录 ----------- 这部分主要关注Python代码中的常见代码片段。 这个备忘录不 仅包括基本的Python特性,还包括数据结构和算法。 .. toctree:: :maxdepth: 1 notes/python-code-style notes/python-basic notes/python-future notes/python-unicode notes/python-list notes/python-set notes/python-dict notes/python-func notes/python-object notes/python-generator notes/python-typing notes/python-io 高级的备忘录 -------------------- 这部分的目标是提供包括内建的和第三方模块的常见片段. .. toctree:: :maxdepth: 1 notes/python-rexp notes/python-socket notes/python-asyncio notes/python-concurrency notes/python-sqlalchemy notes/python-security notes/python-ssh notes/python-aws notes/python-tests notes/python-c-extensions 附录 -------- 附录主要关注备忘录中缺少的一些关键概念。 .. toctree:: :maxdepth: 1 appendix/python-decorator appendix/python-asyncio