What module represents the top-level code environment?
What module provides mechanisms to use signal handlers in Python?
What is the module for building and installing Python modules?
What module generates temporary files and directories?
What is the module to generate pseudo-random numbers?
What is the package with only one module for launching parallel tasks?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
What is the module to create of virtual environments?
What module defines utilities to manipulate HTML?
What is the package with utilities for the Python test suite?
What module provided access to the Unix shadow password database?
What module provides a concrete time zone implementation to support the IANA time zone database?
What module defines a POP3 protocol client?
What module contains future statement definitions?
What module provides utilities for the import system, in particular package support?
What is the module that provided Mailcap file handling?
What module had extension widgets for Tcl/Tk?
What module simplifies the task of writing network servers?
What module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter?
What module has the response classes used by urllib?
What module defines a class which implements a general purpose event scheduler?
What is the module for reading and writing CSV files?
What module provides access to the Unix group database?
What modules provides an asynchronous socket handler?
What is the module to compile Python source files?
What package is for Python’s own internal regression testing?
What module is for Python object persistence, with a persistent, dictionary-like object?
What is the module with container datatypes?
What module is for displaying message prompts with the Tcl/Tk interface?
What module makes it possible to read and write tar archives?
What module is used for logging configuration?
What package provides a unit testing framework?
What module provides runtime support for type hints?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What is the module to work with ZIP archives?
What is the module to process trees of the Python abstract syntax grammar?
What is the module for Unix filename pattern matching?
What module is used for waiting for I/O completion with the select() and poll() functions available in most operating systems?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module provides support for rational number arithmetic?
What module defines an interactive source code debugger for Python programs?
What is the module that provides a decorator and functions for automatically adding generated special methods such as init() and repr() to user-defined classes?
What module provides low level debugger functions for pdb?
What module provides functionality to operate with graph-like structures?
What module implements keyed-hashing for message authentication?
What is the module for asynchronous I/O?
What is the completion function package for GNU readline?
What is the module to register pickle support functions?
What module provides support for gzip files?
What module provides the Document Object Model API?
What is the module that provides text input widget for curses programs?
What module automatically generates documentation from Python modules?
What module provided an asynchronous socket command/response handler?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What module allows you to trace or track Python statement execution?
What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What is the module for XML-RPC client access?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What module provides an implementation of the heap queue algorithm?
What is the package with utilities for os tests?
What is the package for netrc file processing?
What module has exception classes raised by urllib.request?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What is the module with higher-order functions and operations on callable objects?
What module provides secure hashes and message digests?
What module provides low-level primitives for working with multiple threads?
What module provides access to Python’s configuration information?
What is the package with utilities for threading tests?
What is the module that provides APIs to manage, store, and access context-local state?
What module contains functions that can read and write Python values in a binary format?
What is the module to convert between binary and ASCII?
What is the package that provides the core tools for working with streams?
What module provides various time-related functions?
What module provides compression compatible with gzip?
What module is for registering and unregistering exit handlers?
What is the module for warning control?
What module provides a C-style parser for command line options?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What is the package to map filenames to MIME types?
What is the module with interfaces to Unix “databases”?
What module provides Unix style pathname pattern expansion??
What is the module to encode and decode binhex4 files?
What package provides memory-mapped file support?
What is the module with helpers for computing deltas?
What module provides a TLS/SSL wrapper for socket objects?
What is the module to manipulate raw audio data?
What module exposes the Windows registry API to Python?
What module is for POSIX style tty control?
What module has definitions of HTML general entities?
What is the module that provides a panel stack extension for curses?
What is the module for decimal fixed point and floating point arithmetic?
What is the module that determined the type of an image?
What is the package with useful routines from the MS VC++ runtime?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module provides a scrolled text widget for the Tcl/Tk interface?
What module has a simple HTML and XHTML parser?
What module provides access to the most common POSIX system calls?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module provides drag and drop support for tkinter?