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

index.md

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

1> **Источник:** https://python-all.ru/3/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/using/cmdline.html)1213  - [1.1. Командная строка](https://python-all.ru/3/using/cmdline.html#command-line)14  - [1.2. Переменные окружения](https://python-all.ru/3/using/cmdline.html#environment-variables)15- [2. Использование Python на платформах Unix](https://python-all.ru/3/using/unix.html)1617  - [2.1. Получение и установка последней версии Python](https://python-all.ru/3/using/unix.html#getting-and-installing-the-latest-version-of-python)18  - [2.2. Сборка Python](https://python-all.ru/3/using/unix.html#building-python)19  - [2.3. Пути и файлы, связанные с Python](https://python-all.ru/3/using/unix.html#python-related-paths-and-files)20  - [2.4. Прочее](https://python-all.ru/3/using/unix.html#miscellaneous)21  - [2.5. Настройка OpenSSL](https://python-all.ru/3/using/unix.html#custom-openssl)22- [3. Настройка сборки Python](https://python-all.ru/3/using/configure.html)2324  - [3.1. Требования к сборке](https://python-all.ru/3/using/configure.html#build-requirements)25  - [3.2. Сгенерированные файлы](https://python-all.ru/3/using/configure.html#generated-files)26  - [3.3. Параметры configure](https://python-all.ru/3/using/configure.html#configure-options)27  - [3.4. Система сборки Python](https://python-all.ru/3/using/configure.html#python-build-system)28  - [3.5. Флаги компилятора и компоновщика](https://python-all.ru/3/using/configure.html#compiler-and-linker-flags)29- [4. Использование Python в Windows](https://python-all.ru/3/using/windows.html)3031  - [4.1. Диспетчер установки Python](https://python-all.ru/3/using/windows.html#python-install-manager)32  - [4.2. Встраиваемый пакет](https://python-all.ru/3/using/windows.html#the-embeddable-package)33  - [4.3. Пакеты из nuget.org](https://python-all.ru/3/using/windows.html#the-nuget-org-packages)34  - [4.4. Альтернативные сборки](https://python-all.ru/3/using/windows.html#alternative-bundles)35  - [4.5. Поддерживаемые версии Windows](https://python-all.ru/3/using/windows.html#supported-windows-versions)36  - [4.6. Снятие ограничения MAX\_PATH](https://python-all.ru/3/using/windows.html#removing-the-max-path-limitation)37  - [4.7. Режим UTF-8](https://python-all.ru/3/using/windows.html#utf-8-mode)38  - [4.8. Поиск модулей](https://python-all.ru/3/using/windows.html#finding-modules)39  - [4.9. Дополнительные модули](https://python-all.ru/3/using/windows.html#additional-modules)40  - [4.10. Компиляция Python в Windows](https://python-all.ru/3/using/windows.html#compiling-python-on-windows)41  - [4.11. Полный установщик (устарело)](https://python-all.ru/3/using/windows.html#the-full-installer-deprecated)42  - [4.12. Средство запуска Python для Windows (устарело)](https://python-all.ru/3/using/windows.html#python-launcher-for-windows-deprecated)43- [5. Использование Python на macOS](https://python-all.ru/3/using/mac.html)4445  - [5.1. Использование Python для macOS из `python.org`](https://python-all.ru/3/using/mac.html#using-python-for-macos-from-python-org)46  - [5.2. Альтернативные дистрибутивы](https://python-all.ru/3/using/mac.html#alternative-distributions)47  - [5.3. Установка дополнительных пакетов Python](https://python-all.ru/3/using/mac.html#installing-additional-python-packages)48  - [5.4. Программирование GUI](https://python-all.ru/3/using/mac.html#gui-programming)49  - [5.5. Продвинутые темы](https://python-all.ru/3/using/mac.html#advanced-topics)50  - [5.6. Прочие ресурсы](https://python-all.ru/3/using/mac.html#other-resources)51- [6. Использование Python на Android](https://python-all.ru/3/using/android.html)5253  - [6.1. Добавление Python в приложение Android](https://python-all.ru/3/using/android.html#adding-python-to-an-android-app)54  - [6.2. Сборка пакета Python для Android](https://python-all.ru/3/using/android.html#building-a-python-package-for-android)55- [7. Использование Python на iOS](https://python-all.ru/3/using/ios.html)5657  - [7.1. Python во время выполнения на iOS](https://python-all.ru/3/using/ios.html#python-at-runtime-on-ios)58  - [7.2. Установка Python на iOS](https://python-all.ru/3/using/ios.html#installing-python-on-ios)59  - [7.3. Соответствие требованиям App Store](https://python-all.ru/3/using/ios.html#app-store-compliance)60- [8. Редакторы и среды разработки](https://python-all.ru/3/using/editors.html)6162  - [8.1. IDLE – редактор и оболочка Python](https://python-all.ru/3/using/editors.html#idle-python-editor-and-shell)63  - [8.2. Другие редакторы и среды разработки](https://python-all.ru/3/using/editors.html#other-editors-and-ides)64