Download the JDK first, and if the JDK is 32-bit, eclipse will download the 32-bit as well as the 64-bit. I'm using Jdk7 64-bit.
Download eclipse, go to the official website to download the latest http://www.eclipse.org/downloads/, I downloaded the version is eclipse-jee-luna-r-win32-x86_64.zip (4.2 version).
Install the Jdk,eclipse decompression can be used.
Next download python, download Python 3.4.1 64-bit (https://www.python.org/downloads/release/python-341/),
Download it and install it directly.
The add Python.exe to path is selected at the time of installation.
After the above is ready, open eclipse, configure the Python plugin
Select Help->install New software.
Enter Url:http://download.aptana.com/studio3/plugin/install, which contains the Pydev plugin.
You can also enter http://pydev.org/updates and install only Pydev.
Here is the first one, if there is an error in the process, try a few more times on the line.
After installation, select Window->preferences->pydev->interpreters->python interpreter->new in Eclipse.
Select Python.exe under the Python path of the installation
OK, here is the end of the configuration.
Here's the test:
Create a new Pydev project.
Create a new Pydev package under Pydevtest
Over.
Eclipse Python Configuration