Python HOWTO¶
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 3 への拡張モジュール移植
- Python で Curses プログラミング
- デスクリプタ ガイド
- Debugging C API extensions and CPython Internals with GDB
- 列挙型 HOWTO
- 関数型プログラミング HOWTO
- Logging HOWTO
- Logging クックブック
- 正規表現 HOWTO
- ソケットプログラミング HOWTO
- ソートのテクニック
- Unicode HOWTO
- urllib パッケージを使ってインターネット上のリソースを取得するには
- Argparse チュートリアル
- ipaddressモジュールの紹介
- DTrace と SystemTap で CPython を測定する
- Python support for the Linux
perf
profiler - Annotations Best Practices
- 拡張モジュールを分離する
- The Python 2.3 Method Resolution Order