How eclipse integrates the Python development environment

Source: Internet
Author: User
Tags zip

Say recently heard Python very cow, very powerful, as to how strong, I as a rookie also not good to publish too much evaluation.

To get to the point, this article teaches you to install the Python plugin in eclipse, so let's follow the steps together.

1. First install the Python Environment under window:

Download Address: https://www.python.org/downloads/

I installed is: Python-3.4.0.msi

1.1 Click on the downloaded file to install it step-by-step

1.2 Detect if Python is installed successfully:

1.2.1 "Start"-> "Run"-> "cmd" input python, if there is a large paragraph of descriptive text, then congratulations, Windows Python installed

1.2.2 If the hint is not an internal or external command, the installation does not automatically add the Python file path to the environment variable automatically.

Specific settings: "Computer"-> "Properties"-> "Advanced system Settings"-> "Environment variables"

D:\develop\python # This is my Computer settings, please configure your own installation path

2. Install JDK

Download Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html

I installed is: Jdk-8u5-windows-x64.exe

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/Programming/extra/

Note: If your computer is 32-bit, please download the 32 version of the JDK; If your computer is 64-bit, please download 64 jdk.

3. Install Eclipse

Download Address: http://www.eclipse.org/downloads/

I installed is: eclipse-java-kepler-sr2-win32-x86_64.zip

Note: If your computer is 32-bit, please download the 32 version of Eclipse; If your computer is 64-bit, please download 64-bit eclipse.

4. Install Eclipse plugin Pydev

Download Address: http://sourceforge.net/projects/pydev/files/

I installed is: PyDev 3.4.1.zip

4.1 After decompression, copy the jar packages under the feature and plugins two folders to the corresponding feature and plugins directory under the Eclipse installation directory

4.2 and then restart Eclipse;

5. Configure Pydev in Eclipse

5.1 window-> Preferences-> PyDev-> interpreters-> Python interpreter-> New->

5.2 Choose Python installation directory: D:\develop\python # This is my Computer settings, please configure your own installation path

5.3 New Pydev project, goodbye a test file test.py, Content: Print ("Hello World")

5.4 Haha, finally see a long-lost "Hello World", that congratulations ...

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.