Python HOWTOs¶
Python HOWTOs are documents that cover a single, specific topic, and attempt to cover it fairly completely. 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.
Currently, the HOWTOs are:
- Python 2 的程式碼移植到Python 3
- 遷移延伸模組到 Python 3
- Curses Programming with Python
- 修飾器 HowTo 指南
- Idioms and Anti-Idioms in Python
- 函式編程 HOWTO
- 如何使用 Logging 模組
- Logging Cookbook
- 如何使用正規表達式
- Socket Programming HOWTO
- 如何排序
- Unicode HOWTO
- HOWTO Fetch Internet Resources Using urllib2
- HOWTO Use Python in the web
- Argparse 教學