mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	⚠️ ⚠️ Note for reviewers, hackers and fellow systems/low-level/compiler engineers ⚠️ ⚠️ If you have a lot of experience with this kind of shenanigans and want to improve the **first** version, **please make a PR against my branch** or **reach out by email** or **suggest code changes directly on GitHub**. If you have any **refinements or optimizations** please, wait until the first version is merged before starting hacking or proposing those so we can keep this PR productive.
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			735 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			735 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
***************
 | 
						|
 Python HOWTOs
 | 
						|
***************
 | 
						|
 | 
						|
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.
 | 
						|
 | 
						|
Currently, the HOWTOs are:
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   pyporting.rst
 | 
						|
   cporting.rst
 | 
						|
   curses.rst
 | 
						|
   descriptor.rst
 | 
						|
   enum.rst
 | 
						|
   functional.rst
 | 
						|
   logging.rst
 | 
						|
   logging-cookbook.rst
 | 
						|
   regex.rst
 | 
						|
   sockets.rst
 | 
						|
   sorting.rst
 | 
						|
   unicode.rst
 | 
						|
   urllib2.rst
 | 
						|
   argparse.rst
 | 
						|
   ipaddress.rst
 | 
						|
   clinic.rst
 | 
						|
   instrumentation.rst
 | 
						|
   perf_profiling.rst
 | 
						|
   annotations.rst
 | 
						|
   isolating-extensions.rst
 | 
						|
 |