- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of about 10,000 for filetype:html (0.05 sec)
-
Built-in Types — Python 3.14.1 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...docs.python.org/3/library/stdtypes.htmlRegistered: Fri Dec 05 03:58:21 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 727.5K bytes - Viewed (0) -
8. Compound statements — Python 3.14.1 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlRegistered: Fri Dec 05 03:57:12 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 221.3K bytes - Viewed (0) -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlRegistered: Fri Dec 05 03:57:40 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 178.2K bytes - Viewed (0) -
pdb — The Python Debugger — Python 3.14.1 docum...
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...docs.python.org/3/library/pdb.htmlRegistered: Fri Dec 05 03:58:14 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 104K bytes - Viewed (0) -
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.htmlRegistered: Fri Dec 05 04:01:24 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 175.9K bytes - Viewed (0) -
Frame Objects — Python 3.14.1 documentation
The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...docs.python.org/3/c-api/frame.htmlRegistered: Fri Dec 05 04:01:34 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 48.3K bytes - Viewed (0) -
4. More Control Flow Tools — Python 3.14.1 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.htmlRegistered: Fri Dec 05 04:00:33 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 137.2K bytes - Viewed (0) -
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.htmlRegistered: Fri Dec 05 04:00:40 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 58.7K bytes - Viewed (0) -
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.htmlRegistered: Fri Dec 05 04:00:43 UTC 2025 - Last Modified: Thu Dec 04 14:58:16 UTC 2025 - 61.1K bytes - Viewed (0) -
6. Modules — Python 3.14.1 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlRegistered: Fri Dec 05 03:58:44 UTC 2025 - Last Modified: Thu Dec 04 14:58:15 UTC 2025 - 71.5K bytes - Viewed (0)