1 Download install Python.
Official website: https://www.python.org/downloads/According to your own operating system Select the desired version to download and install.
My computer is operating system Windows XP and can only download 3.4.4 versions before. 3.5 version Prompts "Not a valid WIN32 application" after installation
2 Installing the JDK and Eclipse
JDK official website Download: http://www.oracle.com/technetwork/java/javase/downloads/index.html need to be installed.
Eclipse official website Download: http://www.eclipse.org/downloads/eclipse-packages/free installation. After decompression, double-click Eclipse.exe to run.
3 Install Pydev (no download required, install directly in Eclipse.) )
Pydev Official website: http://www.pydev.org/
Open Eclipse, click Help-install New Software
Click on the Add button to enter name:pydev,location:http://pydev.org/updates in the popup box and click Confirm. Then select Pydev to continue with the installation complete.
4 Configuring the Python Interpreter "Dinghanhua" in Eclipse
Eclipse Menu Window-preferences, left menu Pydev-interpreters-python interpreter, click on the right button new, enter the interpreter name and interpreter absolute path, follow the steps to click OK.
You can write a Python program in Eclipse.
The end!
Python Note 1: Install Python;eclipse in Install configuration Pydev