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
- Програмування Curses на Python
- Descriptor HowTo Guide
- Debugging C API extensions and CPython Internals with GDB
- Enum HOWTO
- Функціональне програмування HOWTO
- Журнал HOWTO
- «Книга рецептів» з логування
- Регулярний вираз HOWTO
- HOWTO з програмування сокетів
- Sorting HOW TO
- Юнікод HOWTO
- HOWTO Отримати Інтернет-ресурси за допомогою пакета urllib
- Підручник Argparse
- Знайомство з модулем ipaddress
- Інструментування CPython за допомогою DTrace і SystemTap
- Рекомендації щодо анотацій
- Isolating Extension Modules