- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of over 10,000 for filetype:html (0.08 seconds)
-
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlTue Jun 09 22:53:45 GMT 2026 5.7K bytes -
timeit — Measure execution time of small code s...
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...docs.python.org/3/library/timeit.htmlTue Jun 09 22:53:45 GMT 2026 10.8K bytes -
io — Core tools for working with streams — Pyth...
Source code: Lib/io.py Overview: The io module provides Python’s main facilities for dealing with various types of I/O. There are three main types of I/O: text I/O, binary I/O and raw I/O. These ar...docs.python.org/3/library/io.htmlTue Jun 09 22:53:45 GMT 2026 25.5K bytes -
email.charset: Representing character sets — Py...
Source code: Lib/email/charset.py This module is part of the legacy ( Compat32) email API. In the new API only the aliases table is used. The remaining text in this section is the original document...docs.python.org/3/library/email.charset.htmlTue Jun 09 22:53:45 GMT 2026 6.5K bytes -
4. More Control Flow Tools — Python 3.14.5 docu...
As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. if Statements: Perhaps the most well-known statement type is the if statement. For exa...docs.python.org/3/tutorial/controlflow.htmlTue Jun 09 22:53:45 GMT 2026 23K bytes -
Importing Modules — Python 3.14.5 documentation
Navigation index modules | next | previous | Python » 3.14.5 Documentation » Python/C API reference manual » Utilitie...docs.python.org/3/c-api/import.htmlTue Jun 09 22:53:45 GMT 2026 10.3K bytes -
Module Objects — Python 3.14.5 documentation
Module definitions: The functions in the previous section work on any module object, including modules imported from Python code. Modules defined using the C API typically use a module definition, ...docs.python.org/3/c-api/module.htmlTue Jun 09 22:53:45 GMT 2026 15K bytes -
contextlib — Utilities for with-statement conte...
Source code: Lib/contextlib.py This module provides utilities for common tasks involving the with statement. For more information see also Context Manager Types and With Statement Context Managers....docs.python.org/3/library/contextlib.htmlTue Jun 09 22:53:45 GMT 2026 18.6K bytes -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross platform: Java platform: Windows platform: macOS platform: iOS platform: Unix platforms: Linux platforms: Android platform: Command-line usage: platform can also ...docs.python.org/3/library/platform.htmlTue Jun 09 22:53:45 GMT 2026 11K bytes -
9. Top-level components — Python 3.14.5 documen...
The Python interpreter can get its input from a number of sources: from a script passed to it as standard input or as program argument, typed in interactively, from a module source file, etc. This ...docs.python.org/3/reference/toplevel_components.htmlTue Jun 09 22:53:45 GMT 2026 4.9K bytes