Python 常用指引¶
Python常用指引的形式来源于Linux文档项目的常用指引章节,是一系列独立、指定主题并尝试完全覆盖该主题的文章集合。致力于提供比Python库参考帮助更详尽的文档。
目前,提供了如下指引:
- 将 Python 2 代码迁移到 Python 3
- Porting Extension Modules to Python 3
- Curses Programming with Python
- Descriptor HowTo Guide
- 函数式编程指引
- 日志 HOWTO
- Logging Cookbook
- Regular Expression HOWTO
- 套接字编程 HOWTO
- 排序指南
- Unicode HOWTO
- HOWTO Fetch Internet Resources Using The urllib Package
- Argparse 教程
- An introduction to the ipaddress module
- Argument Clinic How-To
- Instrumenting CPython with DTrace and SystemTap