summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/howto%2Findex.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/python~3.12/howto%2Findex.html')
-rw-r--r--devdocs/python~3.12/howto%2Findex.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/python~3.12/howto%2Findex.html b/devdocs/python~3.12/howto%2Findex.html
new file mode 100644
index 00000000..8068b211
--- /dev/null
+++ b/devdocs/python~3.12/howto%2Findex.html
@@ -0,0 +1,6 @@
+ <h1>Python HOWTOs</h1> <p>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.</p> <p>Currently, the HOWTOs are:</p> <ul> <li class="toctree-l1"><a class="reference internal" href="pyporting">How to port Python 2 Code to Python 3</a></li> <li class="toctree-l1"><a class="reference internal" href="cporting">Porting Extension Modules to Python 3</a></li> <li class="toctree-l1"><a class="reference internal" href="curses">Curses Programming with Python</a></li> <li class="toctree-l1"><a class="reference internal" href="descriptor">Descriptor HowTo Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="enum">Enum HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="functional">Functional Programming HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="logging">Logging HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="logging-cookbook">Logging Cookbook</a></li> <li class="toctree-l1"><a class="reference internal" href="regex">Regular Expression HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="sockets">Socket Programming HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="sorting">Sorting HOW TO</a></li> <li class="toctree-l1"><a class="reference internal" href="unicode">Unicode HOWTO</a></li> <li class="toctree-l1"><a class="reference internal" href="urllib2">HOWTO Fetch Internet Resources Using The urllib Package</a></li> <li class="toctree-l1"><a class="reference internal" href="argparse">Argparse Tutorial</a></li> <li class="toctree-l1"><a class="reference internal" href="ipaddress">An introduction to the ipaddress module</a></li> <li class="toctree-l1"><a class="reference internal" href="instrumentation">Instrumenting CPython with DTrace and SystemTap</a></li> <li class="toctree-l1"><a class="reference internal" href="perf_profiling">Python support for the Linux <code>perf</code> profiler</a></li> <li class="toctree-l1"><a class="reference internal" href="annotations">Annotations Best Practices</a></li> <li class="toctree-l1"><a class="reference internal" href="isolating-extensions">Isolating Extension Modules</a></li> </ul> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
+ <a href="https://docs.python.org/3.12/howto/index.html" class="_attribution-link">https://docs.python.org/3.12/howto/index.html</a>
+ </p>
+</div>