use python
latest
  • 1. python包管理
  • 2. python编程模式
  • 3. 单元测试
  • 4. python代码质量
  • 5. 打包并发布
  • 6. 编译成二进制文件
  • 7. python与其他语言交互
  • 8. 用reStructuredText编写文档
  • 9. 用sphinx组织文档
  • 10. python debug
use python
  • Docs »
  • Welcome to use python documentation!
  • Edit on GitHub

Welcome to use python documentation!¶

Contents:

  • 1. python包管理
    • 1.1. PyPI (别名: 奶酪商店)
    • 1.2. 手工下载安装库
    • 1.3. 使用easy_install管理第三方库
    • 1.4. 使用pip管理第三方库(推荐)
    • 1.5. 参考
  • 2. python编程模式
    • 2.1. logging模块的使用
    • 2.2. everything is object
    • 2.3. 迭代器和组合操作
    • 2.4. 动态加载模块
    • 2.5. return VS exception
    • 2.6. property VS method
    • 2.7. Unicode
    • 2.8. 线程和全局锁(GIL)
    • 2.9. 垃圾回收机制
    • 2.10. 面向对象设计和编程
    • 2.11. 修饰器
    • 2.12. 元类
    • 2.13. 匿名函数
    • 2.14. 在python中使用设计模式
  • 3. 单元测试
  • 4. python代码质量
    • 4.1. python编码风格建议
    • 4.2. python编码检查工具
  • 5. 打包并发布
    • 5.1. python库结构
    • 5.2. 利用 distutils 打包
    • 5.3. 利用 setuptools 打包 (推荐)
    • 5.4. 上传库到PyPI
    • 5.5. 参考
  • 6. 编译成二进制文件
    • 6.1. py2exe
    • 6.2. pyinstaller
  • 7. python与其他语言交互
    • 7.1. 使用 ctypes 访问第三方C动态库
    • 7.2. 使用 comtypes 访问COM组件
    • 7.3. 构建自己的c/c++扩展
    • 7.4. 向c/c++程序里面内嵌python代码
    • 7.5. 参考
  • 8. 用reStructuredText编写文档
    • 8.1. reStructuredText标记
    • 8.2. reStructuredText标记内嵌注意
    • 8.3. reStructuredText常见语法
  • 9. 用sphinx组织文档
    • 9.1. 安装sphinx
    • 9.2. 使用sphinx
    • 9.3. sphinx的更多内容
    • 9.4. sphinx的一些技巧
  • 10. python debug
    • 10.1. pdb
    • 10.2. debug python code with gdb
    • 10.3. remote debug

Indices and tables¶

  • 索引
  • 模块索引
  • 搜索页面
Next

© Copyright 2015, xcgspring. Revision 14bc4b73.

Built with Sphinx using a theme provided by Read the Docs.