- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 423 for host:docs.python.org (0.02 sec)
-
4. Using Python on Windows — Python 3.13.2 docu...
This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a ...docs.python.org/3/using/windows.htmlRegistered: Wed Feb 12 03:14:28 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 119.9K bytes - Viewed (0) -
3. Data model — Python 3.13.2 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ...docs.python.org/3/reference/datamodel.htmlRegistered: Wed Feb 12 03:15:49 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 436K bytes - Viewed (0) -
reprlib — Alternate repr() implementation — Pyt...
Source code: Lib/reprlib.py The reprlib module provides a means for producing object representations with limits on the size of the resulting strings. This is used in the Python debugger and may be...docs.python.org/3/library/reprlib.htmlRegistered: Wed Feb 12 03:15:55 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 43.7K 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: Wed Feb 12 03:16:56 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 110.2K bytes - Viewed (0) -
threading — Thread-based parallelism — Python 3...
Source code: Lib/threading.py This module constructs higher-level threading interfaces on top of the lower level_thread module. CPython implementation detail: In CPython, due to the Global Interpre...docs.python.org/3/library/threading.htmlRegistered: Wed Feb 12 03:17:03 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 138.5K bytes - Viewed (0) -
tarfile — Read and write tar archive files — Py...
Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...docs.python.org/3/library/tarfile.htmlRegistered: Wed Feb 12 03:16:11 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 180.2K bytes - Viewed (0) -
tkinter.messagebox — Tkinter message prompts — ...
Source code: Lib/tkinter/messagebox.py The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes a...docs.python.org/3/library/tkinter.messagebox.htmlRegistered: Wed Feb 12 03:16:21 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 42.3K bytes - Viewed (0) -
os.path — Common pathname manipulations — Pytho...
Source code: Lib/genericpath.py, Lib/posixpath.py(for POSIX) and Lib/ntpath.py(for Windows). This module implements some useful functions on pathnames. To read or write files see open(), and for ac...docs.python.org/3/library/os.path.htmlRegistered: Wed Feb 12 03:15:16 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 75.5K bytes - Viewed (0) -
Object Protocol — Python 3.13.2 documentation
Navigation index modules | next | previous | Python » 3.13.2 Documentation » Python/C API Reference Manual » Abstract...docs.python.org/3/c-api/object.htmlRegistered: Wed Feb 12 03:16:32 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 123.4K bytes - Viewed (0) -
Policies — Python 3.13.2 documentation
An event loop policy is a global object used to get and set the current event loop, as well as create new event loops. The default policy can be replaced with built-in alternatives to use different...docs.python.org/3/library/asyncio-policy.htmlRegistered: Wed Feb 12 03:16:47 UTC 2025 - Last Modified: Tue Feb 11 23:48:37 UTC 2025 - 43.3K bytes - Viewed (0)