blob: e4c95b1f520a7bbc95965df9845960e11369aade [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001***************
2 Python HOWTOs
3***************
4
5Python HOWTOs are documents that cover a single, specific topic,
6and attempt to cover it fairly completely. Modelled on the Linux
7Documentation Project's HOWTO collection, this collection is an
8effort to foster documentation that's more detailed than the
9Python Library Reference.
10
11Currently, the HOWTOs are:
12
13.. toctree::
14 :maxdepth: 1
15
Éric Araujo52a5a032011-08-19 01:22:42 +020016 pyporting.rst
Benjamin Petersonf1c08f02008-09-26 02:58:36 +000017 cporting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000018 curses.rst
Raymond Hettingerf11363d2010-04-11 08:14:45 +000019 descriptor.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000020 doanddont.rst
21 functional.rst
Vinay Sajip5dbca9c2011-04-08 11:40:38 +010022 logging.rst
23 logging-cookbook.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000024 regex.rst
25 sockets.rst
Raymond Hettingere694e002010-04-11 00:01:23 +000026 sorting.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000027 unicode.rst
28 urllib2.rst
Georg Brandl0f3629d2008-09-07 17:00:17 +000029 webservers.rst
Ezio Melottie48daea2012-05-06 16:15:35 +030030 argparse.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000031