Python Standard Library - Core Modules - effbot.org
Python Standard Library : core Modules 1-1Core Modules "Since the functions in the C runtime Library are not part of the Win32API, we believe the number of applications that will be affected by thisbug to be very limited"Microsoft, January 1999OverviewPython's Standard Library covers a wide range of Modules . Everything from Modules that are as much apart of the Python language as the types and statements defined by the language specification, toobscure Modules that are probably useful only to a small number of section describes a number of fundamental Standard Library Modules . Any larger Python programis likely to use most of these Modules , either directly or Functions and ExceptionsTwo Modules are even more basic than all other Modules combined: the __builtin__ module definesbuilt-in functions (like len, int, and range), and the exceptions module defines all imports both Modules when it starts up, and makes their content available for all System Interface ModulesThere are a number of Modules providing platform-independent interfaces to the underlying operatingsystem.
Python Standard Library: Core Modules 1-2 Type Support Modules Several built-in types have support modules in the standard library. The string module implements commonly used string operations, the math module provides math operations and constants, and the cmath module does the same for complex numbers. Regular …
Download Python Standard Library - Core Modules - effbot.org
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: