파이썬 HOWTO
************

파이썬 HOWTO 는 구체적인 주제를 심도 있게 다루는 문서입니다. 리눅스 설
명서 프로젝트의 HOWTO 컬렉션을 모델로 삼아, 이 컬렉션은 파이썬 라이브
러리 레퍼런스보다 자세한 문서를 작성하기 위한 노력입니다.

General:

* A Conceptual Overview of asyncio

* Annotations Best Practices

* Argparse 자습서

* Descriptor Guide

* Enum HOWTO

* 함수형 프로그래밍 HOWTO

* ipaddress 모듈에 대한 소개

* 로깅 HOWTO

* 로깅 요리책

* 정규식 HOWTO

* 정렬 기법

* 유니코드 HOWTO

* urllib 패키지를 사용하여 인터넷 리소스를 가져오는 방법

Advanced development:

* 파이썬 curses 프로그래밍

* Python support for free threading

* C API Extension Support for Free Threading

* Isolating Extension Modules

* The Python 2.3 Method Resolution Order

* 소켓 프로그래밍 HOWTO

* timer file descriptor HOWTO

* 확장 모듈을 파이썬 3에 이식하기

Debugging and profiling:

* Debugging C API extensions and CPython Internals with GDB

* DTrace와 SystemTap으로 CPython 계측하기

* Python support for the Linux perf profiler

* Remote debugging attachment protocol
