Python 如何達成任務
*******************

Python HOWTOs are documents that cover a specific topic in-depth.
Modeled 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.

General:

* 註釋 (annotation) 最佳實踐

* Argparse 教學

* 描述器 (Descriptor) 指南

* Enum HOWTO

* 函式編程 HOWTO

* ipaddress 模組介紹

* 如何使用 Logging 模組

* Logging Cookbook

* 如何使用正規表示式

* 排序技法

* Unicode HOWTO

* 如何使用 urllib 套件取得網路資源

Advanced development:

* Curses Programming with Python

* C API Extension Support for Free Threading

* 隔離擴充模組

* The Python 2.3 Method Resolution Order

* Socket 程式設計指南

* timer file descriptor HOWTO

* 遷移延伸模組到 Python 3

Debugging and profiling:

* 使用 GDB 來為 C API 擴充功能和 CPython 內部偵錯

* 使用 DTrace 和 SystemTap 檢測 CPython

* Python 對 Linux perf 分析器的支援
