
subprocess — Subprocess management — Python 3.14.2 …
1 day ago · Information about how the subprocess module can be used to replace these modules and functions can be found in the following sections.
Subprocesses — Python 3.14.2 documentation
2 days ago · Because all asyncio subprocess functions are asynchronous and asyncio provides many tools to work with such functions, it is easy to execute and monitor multiple …
Distributing Python Modules (Legacy version)
Mar 11, 2014 · 9.19. distutils.spawn — Spawn a sub-process 9.20. distutils.sysconfig — System configuration information 9.21. distutils.text_file — The TextFile class 9.22. distutils.version — …
argparse — Parser for command-line options, arguments and
Tutorial This page contains the API reference information. For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The argparse module …
Logging Cookbook — Python 3.14.2 documentation
This is easy to do if you have text-to-speech (TTS) functionality available in your system, even if it doesn’t have a Python binding. Most TTS systems have a command line program you can run, …
Isolating Extension Modules — Python 3.14.1 documentation
6 days ago · Isolating Extension Modules ¶ Abstract Traditionally, state belonging to Python extension modules was kept in C static variables, which have process-wide scope. This …
re — Regular expression operations — Python 3.10.19 …
Mar 10, 2019 · This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings (str) as well as …
venv — Creation of virtual environments — Python 3.11.14 …
Mar 11, 2014 · The context argument can have one of three values: 'main', indicating that it is called from virtualize() itself, and 'stdout' and 'stderr', which are obtained by reading lines from …
9. API Reference — Python 3.10.19 documentation
Mar 10, 2019 · This module provides the spawn() function, a front-end to various platform-specific functions for launching another program in a sub-process. Also provides find_executable() to …
Python/C API Reference Manual — Python 3.15.0a2 documentation
2 days ago · Python/C API Reference Manual ¶ This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to …