> **Источник:** https://python-all.ru/3.0/using/index.html
>
> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.

---

# Использование Python

Этот раздел документации посвящён общим сведениям о настройке окружения Python на разных платформах, запуске интерпретатора и всему, что упрощает работу с Python.

- [Командная строка и окружение](https://python-all.ru/3.0/using/cmdline.html)

  - [Командная строка](https://python-all.ru/3.0/using/cmdline.html#command-line)

    - [Опции интерфейса](https://python-all.ru/3.0/using/cmdline.html#interface-options)
    - [Общие опции](https://python-all.ru/3.0/using/cmdline.html#generic-options)
    - [Прочие опции](https://python-all.ru/3.0/using/cmdline.html#miscellaneous-options)
  - [Переменные окружения](https://python-all.ru/3.0/using/cmdline.html#environment-variables)

    - [Переменные режима отладки](https://python-all.ru/3.0/using/cmdline.html#debug-mode-variables)
- [Использование Python на платформах Unix](https://python-all.ru/3.0/using/unix.html)

  - [Получение и установка последней версии Python](https://python-all.ru/3.0/using/unix.html#getting-and-installing-the-latest-version-of-python)

    - [В Linux](https://python-all.ru/3.0/using/unix.html#on-linux)
    - [В FreeBSD и OpenBSD](https://python-all.ru/3.0/using/unix.html#on-freebsd-and-openbsd)
    - [В OpenSolaris](https://python-all.ru/3.0/using/unix.html#on-opensolaris)
  - [Сборка Python](https://python-all.ru/3.0/using/unix.html#building-python)
  - [Пути и файлы, связанные с Python](https://python-all.ru/3.0/using/unix.html#python-related-paths-and-files)
  - [Разное](https://python-all.ru/3.0/using/unix.html#miscellaneous)
  - [Редакторы](https://python-all.ru/3.0/using/unix.html#editors)
- [Использование Python в Windows](https://python-all.ru/3.0/using/windows.html)

  - [Установка Python](https://python-all.ru/3.0/using/windows.html#installing-python)
  - [Альтернативные пакеты](https://python-all.ru/3.0/using/windows.html#alternative-bundles)
  - [Настройка Python](https://python-all.ru/3.0/using/windows.html#configuring-python)

    - [Отступление: настройка переменных окружения](https://python-all.ru/3.0/using/windows.html#excursus-setting-environment-variables)
    - [Поиск исполняемого файла Python](https://python-all.ru/3.0/using/windows.html#finding-the-python-executable)
    - [Поиск модулей](https://python-all.ru/3.0/using/windows.html#finding-modules)
    - [Выполнение скриптов](https://python-all.ru/3.0/using/windows.html#executing-scripts)
  - [Дополнительные модули](https://python-all.ru/3.0/using/windows.html#additional-modules)

    - [PyWin32](https://python-all.ru/3.0/using/windows.html#pywin32)
    - [Py2exe](https://python-all.ru/3.0/using/windows.html#py2exe)
    - [WConio](https://python-all.ru/3.0/using/windows.html#wconio)
  - [Компиляция Python в Windows](https://python-all.ru/3.0/using/windows.html#compiling-python-on-windows)
  - [Другие ресурсы](https://python-all.ru/3.0/using/windows.html#other-resources)
- [Использование Python на Macintosh](https://python-all.ru/3.0/using/mac.html)

  - [Получение и установка MacPython](https://python-all.ru/3.0/using/mac.html#getting-and-installing-macpython)

    - [Как запустить скрипт Python](https://python-all.ru/3.0/using/mac.html#how-to-run-a-python-script)
    - [Запуск скриптов с графическим интерфейсом](https://python-all.ru/3.0/using/mac.html#running-scripts-with-a-gui)
    - [Конфигурация](https://python-all.ru/3.0/using/mac.html#configuration)
  - [Среда разработки](https://python-all.ru/3.0/using/mac.html#the-ide)
  - [Установка дополнительных пакетов Python](https://python-all.ru/3.0/using/mac.html#installing-additional-python-packages)
  - [Программирование GUI на Mac](https://python-all.ru/3.0/using/mac.html#gui-programming-on-the-mac)
  - [Распространение приложений Python на Mac](https://python-all.ru/3.0/using/mac.html#distributing-python-applications-on-the-mac)
  - [Скриптинг приложений](https://python-all.ru/3.0/using/mac.html#application-scripting)
  - [Другие ресурсы](https://python-all.ru/3.0/using/mac.html#other-resources)
