Python development environment-idle

Source: Internet
Author: User

Idle is a python Development Environment officially recommended by python. It is very convenient. It supports syntax highlighting and Automatic completion, and supports one-click operation.

 

Take two screenshots to see the effect. The first one is the Editor interface and the second is the running environment interface.

 

 

 

I have tried several other models and found that they are not easy to use.

 

The official Python installation package is directly used in windows. Idle is installed when python is installed:

Http://www.python.org/download/

 

In Linux, the python interpreter and idle are separated, that is, they will not install idle for you while installing python, as in windows. You need to install idle separately:

 

Install Python:

Sudo apt-Get install Python

Install idle. It has several versions. For example, the corresponding software warehouse under my current Ubuntu has versions 2.5, 2.7, and 3.2. For example, you want to install 3.2:

Sudo apt-Get install idle3

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.