
The Python Standard Library — Python 3.13.3 documentation
1 day ago · While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is …
6. Modules — Python 3.13.3 documentation
1 day ago · Python comes with a library of standard modules, described in a separate document, the Python Library Reference (“Library Reference” hereafter).
Python Module Index — Python 3.13.3 documentation
2 days ago · An interface to the curses library, providing portable terminal handling. curses.ascii Constants and set-membership functions for ASCII characters.
Installing Python Modules — Python 3.13.3 documentation
2 days ago · Starting with Python 3.4, it is included by default with the Python binary installers. A virtual environment is a semi-isolated Python environment that allows packages to be installed …
Introduction — Python 3.13.3 documentation
3 days ago · The bulk of the library, however, consists of a collection of modules. There are many ways to dissect this collection. Some modules are written in C and built in to the Python …
Built-in Functions — Python 3.13.3 documentation
1 day ago · If additional iterables arguments are passed, function must take that many arguments and is applied to the items from all iterables in parallel. With multiple iterables, the iterator …
sched — Event scheduler — Python 3.13.3 documentation
2 days ago · The delayfunc function should be callable with one argument, compatible with the output of timefunc, and should delay that many time units. delayfunc will also be called with …
Data Types — Python 3.13.3 documentation
3 days ago · The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, and …
Importing Modules — Python 3.13.3 documentation
2 days ago · The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process. The full list of modules described in …
compileall — Byte-compile Python libraries — Python 3.13.3 …
2 days ago · This module can be used to create the cached byte-code files at library installation time, which makes them available for use even by users who don’t have write permission to …