• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1***************
2 Python HOWTOs
3***************
4
5Python HOWTOs are documents that cover a specific topic in-depth.
6Modeled on the Linux Documentation Project's HOWTO collection, this collection is an
7effort to foster documentation that's more detailed than the
8Python Library Reference.
9
10.. toctree::
11   :maxdepth: 1
12   :hidden:
13
14   cporting.rst
15   curses.rst
16   descriptor.rst
17   gdb_helpers.rst
18   enum.rst
19   functional.rst
20   logging.rst
21   logging-cookbook.rst
22   regex.rst
23   sockets.rst
24   sorting.rst
25   unicode.rst
26   urllib2.rst
27   argparse.rst
28   ipaddress.rst
29   instrumentation.rst
30   perf_profiling.rst
31   annotations.rst
32   isolating-extensions.rst
33   timerfd.rst
34   mro.rst
35   free-threading-python.rst
36   free-threading-extensions.rst
37
38General:
39
40* :ref:`annotations-howto`
41* :ref:`argparse-tutorial`
42* :ref:`descriptorhowto`
43* :ref:`enum-howto`
44* :ref:`functional-howto`
45* :ref:`ipaddress-howto`
46* :ref:`logging-howto`
47* :ref:`logging-cookbook`
48* :ref:`regex-howto`
49* :ref:`sortinghowto`
50* :ref:`unicode-howto`
51* :ref:`urllib-howto`
52
53Advanced development:
54
55* :ref:`curses-howto`
56* :ref:`freethreading-python-howto`
57* :ref:`freethreading-extensions-howto`
58* :ref:`isolating-extensions-howto`
59* :ref:`python_2.3_mro`
60* :ref:`socket-howto`
61* :ref:`timerfd-howto`
62* :ref:`cporting-howto`
63
64Debugging and profiling:
65
66* :ref:`gdb`
67* :ref:`instrumentation`
68* :ref:`perf_profiling`
69