Python HOWTOs¶
Python HOWTOs are documents that cover a single, specific topic, and attempt to cover it fairly completely. Python HOWTOs是涵盖单个特定主题的文档,并试图完全涵盖该主题。Modelled on the Linux Documentation Project’s HOWTO collection, this collection is an effort to foster documentation that’s more detailed than the Python Library Reference.此集合以Linux文档项目的HOWTO集合为模型,旨在培养比Python库参考更详细的文档。
Currently, the HOWTOs are:目前,指南包括:
Porting Python 2 Code to Python 3将Python 2代码移植到Python 3Porting Extension Modules to Python 3将扩展模块移植到Python 3Curses Programming with Python用Python编程CursesDescriptor HowTo Guide描述符操作指南Functional Programming HOWTO函数式编程方法Logging HOWTO记录方法Logging Cookbook日志记录手册Regular Expression HOWTO正则表达式方法Socket Programming HOWTOSocket编程方法Sorting HOW TO排序方法Unicode HOWTOUnicode方法HOWTO Fetch Internet Resources Using The urllib Package如何使用urllib包获取Internet资源Argparse TutorialArgparse教程An introduction to the ipaddress moduleipaddress模块简介Argument Clinic How-ToArgument Clinic方法Instrumenting CPython with DTrace and SystemTap使用DTrace和SystemTap检测CPythonAnnotations Best Practices注释最佳实践