blob: eae8f143ee206fd7f2ead2daefe5534210eb2261 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +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
Brett Cannon8045d972011-02-03 22:01:54 +000016 pyporting.rst
Benjamin Petersone9bbc8b2008-09-28 02:06:32 +000017 cporting.rst
Georg Brandl116aa622007-08-15 14:28:22 +000018 curses.rst
Georg Brandl45cceeb2010-05-19 21:39:51 +000019 descriptor.rst
Ethan Furmanb7751062021-03-30 21:17:26 -070020 enum.rst
Georg Brandl116aa622007-08-15 14:28:22 +000021 functional.rst
Vinay Sajipc63619b2010-12-19 12:56:57 +000022 logging.rst
23 logging-cookbook.rst
Georg Brandl116aa622007-08-15 14:28:22 +000024 regex.rst
25 sockets.rst
Raymond Hettinger53c58f82010-09-01 09:15:42 +000026 sorting.rst
Georg Brandl116aa622007-08-15 14:28:22 +000027 unicode.rst
28 urllib2.rst
Ezio Melotti6cc7a412012-05-06 16:15:35 +030029 argparse.rst
Nick Coghlan53c92002012-05-27 01:53:33 +100030 ipaddress.rst
Larry Hastings78cf85c2014-01-04 12:44:57 -080031 clinic.rst
Ɓukasz Langaa785c872016-09-09 17:37:37 -070032 instrumentation.rst
larryhastings49b26fa2021-05-01 21:19:24 -070033 annotations.rst
Georg Brandl116aa622007-08-15 14:28:22 +000034