- Sort Score
- Num 10 results
- Language All
- Labels All
Results 21 - 30 of over 10,000 for timestamp:[now/d-1y TO *] (0.04 seconds)
-
pickle — Python object serialization — Python 3...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlTue Jun 09 22:53:45 GMT 2026 27.1K bytes -
Built-in Functions — Python 3.14.5 documentation
The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...docs.python.org/3/library/functions.htmlTue Jun 09 22:53:45 GMT 2026 46.3K bytes -
3. Data model — Python 3.14.5 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. Even code is represented by objects. Ev...docs.python.org/3/reference/datamodel.htmlTue Jun 09 22:53:45 GMT 2026 66.7K bytes -
2. Lexical analysis — Python 3.14.5 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 prod...docs.python.org/3/reference/lexical_analysis.htmlTue Jun 09 22:53:45 GMT 2026 27K bytes -
tkinter.colorchooser — Color choosing dialog — ...
Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...docs.python.org/3/library/tkinter.colorchooser.htmlTue Jun 09 22:53:45 GMT 2026 4K bytes -
Operating System Utilities — Python 3.14.5 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.htmlTue Jun 09 22:53:45 GMT 2026 12.3K bytes -
subprocess — Subprocess management — Python 3.1...
Source code: Lib/subprocess.py The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace seve...docs.python.org/3/library/subprocess.htmlTue Jun 09 22:53:45 GMT 2026 29.5K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 23.2K bytes -
tkinter.ttk — Tk themed widgets — Python 3.14.5...
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.htmlTue Jun 09 22:53:45 GMT 2026 23.4K bytes -
Object Protocol — Python 3.14.5 documentation
Navigation index modules | next | previous | Python » 3.14.5 Documentation » Python/C API reference manual » Abstract...docs.python.org/3/c-api/object.htmlTue Jun 09 22:53:45 GMT 2026 16K bytes