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 Guide
- Debugging C API extensions and CPython Internals with GDB
- Enum HOWTO
- Функціональне програмування HOWTO
- Журнал HOWTO
- «Книга рецептів» з логування
- Регулярний вираз HOWTO
- HOWTO з програмування сокетів
- Sorting Techniques
- Юнікод HOWTO
- HOWTO Отримати Інтернет-ресурси за допомогою пакета urllib
- Підручник Argparse
- Знайомство з модулем ipaddress
- Інструментування CPython за допомогою DTrace і SystemTap
- Python support for the Linux
perf
profiler - Рекомендації щодо анотацій
- Isolating Extension Modules
- The Python 2.3 Method Resolution Order