Python Learning-2. Installing the IDE

Source: Internet
Author: User

The Python installation package already contains an IDE called Idle, which can be found within the Python installation directory

./lib/idlelib/idle.bat

Or you can find it in the Start menu.

However, this IDE is very weak and lacks the functionality of syntax hints and so on. Personal as a C # programmer, can write Python in Visual Studio, search, there is a way. The name of the plugin is called Python Tools for Visual Studio, which can be found on CodePlex.

Plugin Home: https://pytools.codeplex.com/

Download page: https://pytools.codeplex.com/releases/view/123624

Once the download is complete, close Visual Studio and then run the downloaded plug-in (otherwise, if you want to close Visual Studio during installation), you can use Visual Studio to write and run Python after the installation is complete.

Open Visual Studio, new project

Choose Python application, the console program, after the new completion, you can see our familiar "Hello world", the right-click menu select Start with Debugging or F5 can debug run.

Python Learning-2. Installing the IDE

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.