- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 425 for host:docs.python.org (0.03 sec)
-
Copyright — Python 3.13.7 documentation
Python and this documentation is: Copyright © 2001-2024 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. Copyright © 1995-2000 Corporation for Nati...docs.python.org/3/copyright.htmlRegistered: Fri Aug 15 04:00:39 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 12.9K bytes - Viewed (0) -
Boolean Objects — Python 3.13.7 documentation
Booleans in Python are implemented as a subclass of integers. There are only two booleans, Py_False and Py_True. As such, the normal creation and deletion functions don’t apply to booleans. The fol...docs.python.org/3/c-api/bool.htmlRegistered: Fri Aug 15 04:00:45 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 20K bytes - Viewed (0) -
os — Miscellaneous operating system interfaces ...
Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...docs.python.org/3/library/os.htmlRegistered: Fri Aug 15 03:33:22 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 705.4K 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: Fri Aug 15 03:33:32 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 185.7K bytes - Viewed (0) -
webbrowser — Convenient web-browser controller ...
Source code: Lib/webbrowser.py The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function f...docs.python.org/3/library/webbrowser.htmlRegistered: Fri Aug 15 03:34:03 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 40.4K bytes - Viewed (0) -
2. Lexical analysis — Python 3.13.7 documentation
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer brea...docs.python.org/3/reference/lexical_analysis.htmlRegistered: Fri Aug 15 03:34:16 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 103.9K bytes - Viewed (0) -
Operating System Utilities — Python 3.13.7 docu...
System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...docs.python.org/3/c-api/sys.htmlRegistered: Fri Aug 15 03:44:13 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 71.8K 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: Fri Aug 15 03:44:20 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 42.8K bytes - Viewed (0) -
mimetypes — Map filenames to MIME types — Pytho...
Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...docs.python.org/3/library/mimetypes.htmlRegistered: Fri Aug 15 03:44:23 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 48K 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. Availability: not WASI. This module does not work or is not available...docs.python.org/3/library/threading.htmlRegistered: Fri Aug 15 03:43:36 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 156.8K bytes - Viewed (0)