index.md
1> **Источник:** https://python-all.ru/3.0/using/index.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# Использование Python89Этот раздел документации посвящён общим сведениям о настройке окружения Python на разных платформах, запуске интерпретатора и всему, что упрощает работу с Python.1011- [Командная строка и окружение](https://python-all.ru/3.0/using/cmdline.html)1213 - [Командная строка](https://python-all.ru/3.0/using/cmdline.html#command-line)1415 - [Опции интерфейса](https://python-all.ru/3.0/using/cmdline.html#interface-options)16 - [Общие опции](https://python-all.ru/3.0/using/cmdline.html#generic-options)17 - [Прочие опции](https://python-all.ru/3.0/using/cmdline.html#miscellaneous-options)18 - [Переменные окружения](https://python-all.ru/3.0/using/cmdline.html#environment-variables)1920 - [Переменные режима отладки](https://python-all.ru/3.0/using/cmdline.html#debug-mode-variables)21- [Использование Python на платформах Unix](https://python-all.ru/3.0/using/unix.html)2223 - [Получение и установка последней версии Python](https://python-all.ru/3.0/using/unix.html#getting-and-installing-the-latest-version-of-python)2425 - [В Linux](https://python-all.ru/3.0/using/unix.html#on-linux)26 - [В FreeBSD и OpenBSD](https://python-all.ru/3.0/using/unix.html#on-freebsd-and-openbsd)27 - [В OpenSolaris](https://python-all.ru/3.0/using/unix.html#on-opensolaris)28 - [Сборка Python](https://python-all.ru/3.0/using/unix.html#building-python)29 - [Пути и файлы, связанные с Python](https://python-all.ru/3.0/using/unix.html#python-related-paths-and-files)30 - [Разное](https://python-all.ru/3.0/using/unix.html#miscellaneous)31 - [Редакторы](https://python-all.ru/3.0/using/unix.html#editors)32- [Использование Python в Windows](https://python-all.ru/3.0/using/windows.html)3334 - [Установка Python](https://python-all.ru/3.0/using/windows.html#installing-python)35 - [Альтернативные пакеты](https://python-all.ru/3.0/using/windows.html#alternative-bundles)36 - [Настройка Python](https://python-all.ru/3.0/using/windows.html#configuring-python)3738 - [Отступление: настройка переменных окружения](https://python-all.ru/3.0/using/windows.html#excursus-setting-environment-variables)39 - [Поиск исполняемого файла Python](https://python-all.ru/3.0/using/windows.html#finding-the-python-executable)40 - [Поиск модулей](https://python-all.ru/3.0/using/windows.html#finding-modules)41 - [Выполнение скриптов](https://python-all.ru/3.0/using/windows.html#executing-scripts)42 - [Дополнительные модули](https://python-all.ru/3.0/using/windows.html#additional-modules)4344 - [PyWin32](https://python-all.ru/3.0/using/windows.html#pywin32)45 - [Py2exe](https://python-all.ru/3.0/using/windows.html#py2exe)46 - [WConio](https://python-all.ru/3.0/using/windows.html#wconio)47 - [Компиляция Python в Windows](https://python-all.ru/3.0/using/windows.html#compiling-python-on-windows)48 - [Другие ресурсы](https://python-all.ru/3.0/using/windows.html#other-resources)49- [Использование Python на Macintosh](https://python-all.ru/3.0/using/mac.html)5051 - [Получение и установка MacPython](https://python-all.ru/3.0/using/mac.html#getting-and-installing-macpython)5253 - [Как запустить скрипт Python](https://python-all.ru/3.0/using/mac.html#how-to-run-a-python-script)54 - [Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.0/using/mac.html#running-scripts-with-a-gui)55 - [Конфигурация](https://python-all.ru/3.0/using/mac.html#configuration)56 - [Среда разработки](https://python-all.ru/3.0/using/mac.html#the-ide)57 - [Установка дополнительных пакетов Python](https://python-all.ru/3.0/using/mac.html#installing-additional-python-packages)58 - [Программирование GUI на Mac](https://python-all.ru/3.0/using/mac.html#gui-programming-on-the-mac)59 - [Распространение приложений Python на Mac](https://python-all.ru/3.0/using/mac.html#distributing-python-applications-on-the-mac)60 - [Скриптинг приложений](https://python-all.ru/3.0/using/mac.html#application-scripting)61 - [Другие ресурсы](https://python-all.ru/3.0/using/mac.html#other-resources)62