Документация Python неофициальный перевод

genindex-Z.md

11 строк · 8.1 КБ · обычная страница · сырой текст · скачать

1> **Источник:** https://python-all.ru/3.15/genindex-Z.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Указатель – Z89| z [в форматировании строк](https://python-all.ru/3.15/library/string.html#index-5) [Z85\_ALPHABET (в модуле binascii)](https://python-all.ru/3.15/library/binascii.html#binascii.Z85_ALPHABET) [z85decode() (в модуле base64)](https://python-all.ru/3.15/library/base64.html#base64.z85decode) [z85encode() (в модуле base64)](https://python-all.ru/3.15/library/base64.html#base64.z85encode) [Z\_BEST\_COMPRESSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_BEST_COMPRESSION) [Z\_BEST\_SPEED (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_BEST_SPEED) [Z\_BLOCK (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_BLOCK) [Z\_DEFAULT\_COMPRESSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_DEFAULT_COMPRESSION) [Z\_DEFAULT\_STRATEGY (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_DEFAULT_STRATEGY) [Z\_FILTERED (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_FILTERED) [Z\_FINISH (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_FINISH) [Z\_FIXED (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_FIXED) [Z\_FULL\_FLUSH (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_FULL_FLUSH) [Z\_HUFFMAN\_ONLY (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_HUFFMAN_ONLY) [Z\_NO\_COMPRESSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_NO_COMPRESSION) [Z\_NO\_FLUSH (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_NO_FLUSH) [Z\_PARTIAL\_FLUSH (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_PARTIAL_FLUSH) [Z\_RLE (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_RLE) [Z\_SYNC\_FLUSH (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_SYNC_FLUSH) [Z\_TREES (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.Z_TREES) [**Дзен Python**](https://python-all.ru/3.15/glossary.html#term-Zen-of-Python) [ZeroDivisionError](https://python-all.ru/3.15/library/exceptions.html#ZeroDivisionError) [исключение](https://python-all.ru/3.15/reference/expressions.html#index-70) [zfill() (метод bytearray)](https://python-all.ru/3.15/library/stdtypes.html#bytearray.zfill) [(метод bytes)](https://python-all.ru/3.15/library/stdtypes.html#bytes.zfill) [(метод str)](https://python-all.ru/3.15/library/stdtypes.html#str.zfill) zip() [встроенная функция](https://python-all.ru/3.15/library/functions.html#zip) [ZIP\_BZIP2 (в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZIP_BZIP2) [ZIP\_DEFLATED (в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZIP_DEFLATED) [zip\_longest() (в модуле itertools)](https://python-all.ru/3.15/library/itertools.html#itertools.zip_longest) [ZIP\_LZMA (в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZIP_LZMA) | [ZIP\_STORED (в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZIP_STORED) [ZIP\_ZSTANDARD (в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZIP_ZSTANDARD) zipapp [модуль](https://python-all.ru/3.15/library/zipapp.html#module-zipapp) Опция командной строки zipapp [--compress](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-c) [--help](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-h) [--info](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-info) [--main](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-m) [--output](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-o) [--python](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-p) [-c](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-c) [-h](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-h) [-m](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-m) [-o](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-o) [-p](https://python-all.ru/3.15/library/zipapp.html#cmdoption-zipapp-p) zipfile [модуль](https://python-all.ru/3.15/library/zipfile.html#module-zipfile) [ZipFile (класс в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZipFile) Опция командной строки zipfile [--create](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-create) [--extract](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-extract) [--list](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-list) [--metadata-encoding](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-metadata-encoding) [--test](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-test) [-c](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-c) [-e](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-e) [-l](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-l) [-t](https://python-all.ru/3.15/library/zipfile.html#cmdoption-zipfile-t) zipimport [модуль](https://python-all.ru/3.15/library/zipimport.html#module-zipimport) [zipimporter (класс в модуле zipimport)](https://python-all.ru/3.15/library/zipimport.html#zipimport.zipimporter) [ZipImportError](https://python-all.ru/3.15/library/zipimport.html#zipimport.ZipImportError) [ZipInfo (класс в модуле zipfile)](https://python-all.ru/3.15/library/zipfile.html#zipfile.ZipInfo) zlib [модуль](https://python-all.ru/3.15/library/zlib.html#module-zlib) ZLIB\_CFLAGS [опция командной строки](https://python-all.ru/3.15/using/configure.html#cmdoption-arg-ZLIB_CFLAGS) ZLIB\_LIBS [опция командной строки](https://python-all.ru/3.15/using/configure.html#cmdoption-arg-ZLIB_LIBS) [ZLIB\_RUNTIME\_VERSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.ZLIB_RUNTIME_VERSION) [ZLIB\_VERSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.ZLIB_VERSION) [ZLIBNG\_VERSION (в модуле zlib)](https://python-all.ru/3.15/library/zlib.html#zlib.ZLIBNG_VERSION) zoneinfo [модуль](https://python-all.ru/3.15/library/zoneinfo.html#module-zoneinfo) [ZoneInfo (класс в zoneinfo)](https://python-all.ru/3.15/library/zoneinfo.html#zoneinfo.ZoneInfo) [ZoneInfoNotFoundError](https://python-all.ru/3.15/library/zoneinfo.html#zoneinfo.ZoneInfoNotFoundError) [zoom() (метод tkinter.PhotoImage)](https://python-all.ru/3.15/library/tkinter.html#tkinter.PhotoImage.zoom) [zscore() (метод statistics.NormalDist)](https://python-all.ru/3.15/library/statistics.html#statistics.NormalDist.zscore) [zstd\_version\_info (в модуле compression.zstd)](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.zstd_version_info) [ZstdCompressor (класс в compression.zstd)](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.ZstdCompressor) [ZstdDecompressor (класс в compression.zstd)](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.ZstdDecompressor) [ZstdDict (класс в compression.zstd)](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.ZstdDict) [ZstdError](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.ZstdError) [ZstdFile (класс в compression.zstd)](https://python-all.ru/3.15/library/compression.zstd.html#compression.zstd.ZstdFile) |10| --- | --- |11