Comos (*HOWTOs*) de 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:

* Prácticas recomendadas para las anotaciones

* Tutorial de argparse

* Descriptor Guide

* HOWTO - Enum

* HOWTO - Programación funcional

* Introducción al modulo ipaddress

* HOWTO hacer registros (Logging)

* Libro de recetas de Logging

* Expresiones regulares COMOS (HOWTO)

* Sorting Techniques

* CÓMO (HOWTO) Unicode

* HOWTO - Cómo obtener recursos de Internet con el paquete urllib

Advanced development:

* Programación de curses con Python

* Aislamiento de módulos de extensión

* The Python 2.3 Method Resolution Order

* HOW TO - Programación con sockets

* Portar módulos de extensión a Python 3

Debugging and profiling:

* Debugging C API extensions and CPython Internals with GDB

* Instrumentación de CPython con DTrace y SystemTap

* Soporte de Python para el perfilador perf de Linux
