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

index.md

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

1> **Источник:** https://python-all.ru/3.8/using/index.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Настройка и использование Python89Эта часть документации посвящена общей информации о настройке окружения Python на разных платформах, запуске интерпретатора и вещах, которые упрощают работу с Python.1011- [1. Командная строка и окружение](https://python-all.ru/3.8/using/cmdline.html)1213  - [1.1. Командная строка](https://python-all.ru/3.8/using/cmdline.html#command-line)1415    - [1.1.1. Параметры интерфейса](https://python-all.ru/3.8/using/cmdline.html#interface-options)16    - [1.1.2. Общие параметры](https://python-all.ru/3.8/using/cmdline.html#generic-options)17    - [1.1.3. Прочие параметры](https://python-all.ru/3.8/using/cmdline.html#miscellaneous-options)18    - [1.1.4. Опции, которые не следует использовать](https://python-all.ru/3.8/using/cmdline.html#options-you-shouldn-t-use)19  - [1.2. Переменные окружения](https://python-all.ru/3.8/using/cmdline.html#environment-variables)2021    - [1.2.1. Переменные режима отладки](https://python-all.ru/3.8/using/cmdline.html#debug-mode-variables)22- [2. Использование Python на платформах Unix](https://python-all.ru/3.8/using/unix.html)2324  - [2.1. Получение и установка последней версии Python](https://python-all.ru/3.8/using/unix.html#getting-and-installing-the-latest-version-of-python)2526    - [2.1.1. В Linux](https://python-all.ru/3.8/using/unix.html#on-linux)27    - [2.1.2. В FreeBSD и OpenBSD](https://python-all.ru/3.8/using/unix.html#on-freebsd-and-openbsd)28    - [2.1.3. В OpenSolaris](https://python-all.ru/3.8/using/unix.html#on-opensolaris)29  - [2.2. Сборка Python](https://python-all.ru/3.8/using/unix.html#building-python)30  - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3.8/using/unix.html#python-related-paths-and-files)31  - [2.4. Прочее](https://python-all.ru/3.8/using/unix.html#miscellaneous)32- [3. Использование Python в Windows](https://python-all.ru/3.8/using/windows.html)3334  - [3.1. Полный установщик](https://python-all.ru/3.8/using/windows.html#the-full-installer)3536    - [3.1.1. Шаги установки](https://python-all.ru/3.8/using/windows.html#installation-steps)37    - [3.1.2. Снятие ограничения MAX\_PATH](https://python-all.ru/3.8/using/windows.html#removing-the-max-path-limitation)38    - [3.1.3. Установка без интерфейса](https://python-all.ru/3.8/using/windows.html#installing-without-ui)39    - [3.1.4. Установка без загрузки](https://python-all.ru/3.8/using/windows.html#installing-without-downloading)40    - [3.1.5. Изменение установки](https://python-all.ru/3.8/using/windows.html#modifying-an-install)41  - [3.2. Пакет Microsoft Store](https://python-all.ru/3.8/using/windows.html#the-microsoft-store-package)4243    - [3.2.1. Известные проблемы](https://python-all.ru/3.8/using/windows.html#known-issues)44  - [3.3. Пакеты на nuget.org](https://python-all.ru/3.8/using/windows.html#the-nuget-org-packages)45  - [3.4. Встраиваемый пакет](https://python-all.ru/3.8/using/windows.html#the-embeddable-package)4647    - [3.4.1. Приложение Python](https://python-all.ru/3.8/using/windows.html#python-application)48    - [3.4.2. Встраивание Python](https://python-all.ru/3.8/using/windows.html#embedding-python)49  - [3.5. Альтернативные сборки](https://python-all.ru/3.8/using/windows.html#alternative-bundles)50  - [3.6. Настройка Python](https://python-all.ru/3.8/using/windows.html#configuring-python)5152    - [3.6.1. Экскурс: установка переменных среды](https://python-all.ru/3.8/using/windows.html#excursus-setting-environment-variables)53    - [3.6.2. Поиск исполняемого файла Python](https://python-all.ru/3.8/using/windows.html#finding-the-python-executable)54  - [3.7. Режим UTF-8](https://python-all.ru/3.8/using/windows.html#utf-8-mode)55  - [3.8. Запускатель Python для Windows](https://python-all.ru/3.8/using/windows.html#python-launcher-for-windows)5657    - [3.8.1. Начало работы](https://python-all.ru/3.8/using/windows.html#getting-started)5859      - [3.8.1.1. Из командной строки](https://python-all.ru/3.8/using/windows.html#from-the-command-line)60      - [3.8.1.2. Виртуальные окружения](https://python-all.ru/3.8/using/windows.html#virtual-environments)61      - [3.8.1.3. Из скрипта](https://python-all.ru/3.8/using/windows.html#from-a-script)62      - [3.8.1.4. По ассоциации файлов](https://python-all.ru/3.8/using/windows.html#from-file-associations)63    - [3.8.2. Строки shebang](https://python-all.ru/3.8/using/windows.html#shebang-lines)64    - [3.8.3. Аргументы в строках shebang](https://python-all.ru/3.8/using/windows.html#arguments-in-shebang-lines)65    - [3.8.4. Настройка](https://python-all.ru/3.8/using/windows.html#customization)6667      - [3.8.4.1. Настройка через INI-файлы](https://python-all.ru/3.8/using/windows.html#customization-via-ini-files)68      - [3.8.4.2. Настройка версий Python по умолчанию](https://python-all.ru/3.8/using/windows.html#customizing-default-python-versions)69    - [3.8.5. Диагностика](https://python-all.ru/3.8/using/windows.html#diagnostics)70  - [3.9. Поиск модулей](https://python-all.ru/3.8/using/windows.html#finding-modules)71  - [3.10. Дополнительные модули](https://python-all.ru/3.8/using/windows.html#additional-modules)7273    - [3.10.1. PyWin32](https://python-all.ru/3.8/using/windows.html#pywin32)74    - [3.10.2. cx\_Freeze](https://python-all.ru/3.8/using/windows.html#cx-freeze)75    - [3.10.3. WConio](https://python-all.ru/3.8/using/windows.html#wconio)76  - [3.11. Компиляция Python в Windows](https://python-all.ru/3.8/using/windows.html#compiling-python-on-windows)77  - [3.12. Другие платформы](https://python-all.ru/3.8/using/windows.html#other-platforms)78- [4. Использование Python на Macintosh](https://python-all.ru/3.8/using/mac.html)7980  - [4.1. Получение и установка MacPython](https://python-all.ru/3.8/using/mac.html#getting-and-installing-macpython)8182    - [4.1.1. Как запустить скрипт Python](https://python-all.ru/3.8/using/mac.html#how-to-run-a-python-script)83    - [4.1.2. Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.8/using/mac.html#running-scripts-with-a-gui)84    - [4.1.3. Конфигурация](https://python-all.ru/3.8/using/mac.html#configuration)85  - [4.2. IDE](https://python-all.ru/3.8/using/mac.html#the-ide)86  - [4.3. Установка дополнительных пакетов Python](https://python-all.ru/3.8/using/mac.html#installing-additional-python-packages)87  - [4.4. Программирование графического интерфейса на Mac](https://python-all.ru/3.8/using/mac.html#gui-programming-on-the-mac)88  - [4.5. Распространение приложений Python на Mac](https://python-all.ru/3.8/using/mac.html#distributing-python-applications-on-the-mac)89  - [4.6. Прочие ресурсы](https://python-all.ru/3.8/using/mac.html#other-resources)90- [5. Редакторы и IDE](https://python-all.ru/3.8/using/editors.html)91