- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 439 for host:docs.python.org (0.15 sec)
-
4. More Control Flow Tools — Python 3.14.2 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 12 03:47:53 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 137.2K bytes - Viewed (0) -
Module Objects — Python 3.14.2 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.htmlRegistered: Fri Dec 12 03:47:38 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 111.9K bytes - Viewed (0) -
gzip — Support for gzip files — Python 3.14.2 d...
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. This is an optional module. If it is missing from...docs.python.org/3/library/gzip.htmlRegistered: Fri Dec 12 03:48:26 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 52.1K 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 12 03:49:53 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 61.1K bytes - Viewed (0) -
resource — Resource usage information — Python ...
This module provides basic mechanisms for measuring and controlling system resources utilized by a program. Availability: Unix, not WASI. Symbolic constants are used to specify particular system re...docs.python.org/3/library/resource.htmlRegistered: Fri Dec 12 04:08:43 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 52.1K bytes - Viewed (0) -
String conversion and formatting — Python 3.14....
Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...docs.python.org/3/c-api/conversion.htmlRegistered: Fri Dec 12 04:11:00 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 47.7K bytes - Viewed (0) -
Integer Objects — Python 3.14.2 documentation
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...docs.python.org/3/c-api/long.htmlRegistered: Fri Dec 12 04:09:38 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 140.5K bytes - Viewed (0) -
4. Building C and C++ Extensions — Python 3.13....
A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...docs.python.org/3/extending/building.htmlRegistered: Mon Oct 06 04:13:32 UTC 2025 - Last Modified: Sun Oct 05 20:33:01 UTC 2025 - 19.5K bytes - Viewed (0) -
tkinter — Python interface to Tcl/Tk — Python 3...
Source code: Lib/tkinter/__init__.py The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, inclu...docs.python.org/3/library/tkinter.htmlRegistered: Fri Dec 12 03:56:42 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 111K bytes - Viewed (0) -
tkinter.ttk — Tk themed widgets — Python 3.14.2...
Source code: Lib/tkinter/ttk.py The tkinter.ttk module provides access to the Tk themed widget set, introduced in Tk 8.5. It provides additional benefits including anti-aliased font rendering under...docs.python.org/3/library/tkinter.ttk.htmlRegistered: Fri Dec 12 03:56:48 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 146.7K bytes - Viewed (0)