- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 68 for host:docs.python.org (0.33 seconds)
-
2. Lexical analysis — Python 3.14.3 docum...
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.htmlSun Mar 22 11:58:52 GMT 2026 27K bytes -
struct — Interpret bytes as packed binary data ...
Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...docs.python.org/3/library/struct.htmlSun Mar 22 11:58:52 GMT 2026 14.4K bytes -
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.htmlSun Mar 22 11:58:52 GMT 2026 81.7K bytes -
3. An Informal Introduction to Python — P...
In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the ...docs.python.org/3/tutorial/introduction.htmlSun Mar 22 11:58:52 GMT 2026 13.8K bytes -
3. Data model — Python 3.14.3 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.htmlSun Mar 22 11:58:52 GMT 2026 66.7K bytes -
datetime — Basic date and time types — Py...
Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...docs.python.org/3/library/datetime.htmlSun Mar 22 11:58:52 GMT 2026 49.6K bytes -
tarfile — Read and write tar archive files R...
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.htmlSun Mar 22 11:58:52 GMT 2026 26.2K bytes -
mimetypes — Map filenames to MIME types —...
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.htmlSun Mar 22 11:58:52 GMT 2026 9.9K bytes -
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.htmlSun Mar 22 11:58:52 GMT 2026 7.8K bytes -
os.path — Common pathname manipulations —...
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.htmlSun Mar 22 11:58:52 GMT 2026 13.5K bytes