Как скачать идл питон
Перейти к содержимому

Как скачать идл питон

How To Download, Install, and Use Python Idle Editor?

Python is a popular programming language used by a lot of people from different professions. Python is a scripting language supported by different platforms and operating systems like Windows, Linux, MacOS, BSD, etc. Developing and running python can be done in different ways but in a practical way, we generally need some editor. Python Idle is a simple editor that provides basic features of advanced Integrated Development Environments.

Install For Windows

In Windows Idle is provided with the Python libraries and executable. In this tutorial, we will download Python 3.6 with Idle from the following link. We prefer 64 bit Python.

Install For Windows

Install For Windows

Install For Ubuntu, Debian, Mint, Kali

We can install idle with different ways but the easiest and reliable way is using package manager named apt .

Install For Ubuntu, Debian, Mint, Kali

Install For Ubuntu, Debian, Mint, Kali

Install For Fedora, CentOS, RHEL

We can install Python Idle in the Fedora, CentOS and RHEL distributions like below.

Interactive Python Shell

The idle main window is an interactive Python shell. We can use this shell for simple and fast scripting. This console provides the following features.

  • Creating and saving script files
  • Editing script files
  • Creating new Python shells
  • Debugging Python scripts

Interactive Python Shell

Interactive Python Shell

Create New File

Idle opens Python shell by default. The shell can be used simple scripts or test but for bigger projects, we should create a python script file and save our code to this file. We can create a script file from File->New File menu like below. After completing coding we should save the file with a related name.

Create New File

Create New File

Run Script File

We will use the following code to run. We will use F5 in order to run the following code. An alternative way to run is by clicking Run -> Run Module from the menu.

This will open Idle shell window and run our script in the Python shell as we can see below.

Run Script File

Run Script File

idle 1.0.4

This is a program written in tkinter which acts as text editor.This can be used to edit file and as alternative of notepad.

Photos of idle text editor

Steps to Download textEditor

It would automatically launch when it is imported in program and nothing is required to launch this program

How to use it?

About The Author

I am Devesh Sharma.I read in class 9. I live in samalkha,panipat located in India has created this program as alternative of text editor such as notepad This program aim to provide a graphical user interface to users which uses python.

Python IDLE для Windows 7, 10, 11 x32/64 Bit

Python IDLE – это среда разработки для языка программирования Python. Данная связка позволяет писать любой код и реализовывать любые проекты, будь это сайт, программа для Windows, скрипт для Telegram и так далее. Существуют и сторонние IDLE для Python, но в рамках данной статьи мы поговорим именно об официальном окружении.

Описание программы

Пользовательский интерфейс Python IDLE показан на прикреплённом ниже скриншоте. Сам редактор и терминал выполнены в светлых тонах. Это делает код более читабельным. Присутствует подсветка. Также программа содержит большое количество настроек, позволяющих сделать её использование удобным для того или иного пользователя. Настраиваются шрифты, подсветка, внешний вид самого приложения и так далее. Тут есть встроенный терминал для выполнения написанного кода.

Настройка Python IDLE

Загрузка и установка

Переходим к установке приложения. Сложностей здесь чаще всего не возникает, но для полноты инструкции давайте опишем процесс:

  1. Перейдите ниже, нажмите кнопку и скачайте архив с установочным файлом. Распакуйте результат в любое понравившееся место и запустите процесс инсталляции.
  2. При установке важно поставить галочку напротив пункта автоматического добавления записи в PATH Windows. Если этого не сделать, приложение не сможет корректно работать.
  3. После завершения установки на ваш компьютер автоматически добавится документация по Python, сама среда разработки и терминал. ПО является полностью бесплатным и не требует каких-либо дополнительных действий. Мы можем сразу переходить к работе.

Установка Python IDLE

Достоинства и недостатки

Давайте сравним официальную среду разработки от Python со сторонними вариантами.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *