Java:
1. Download and install Java jdk:http://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Verify that the installation was successful:
Python:
1. Download and install Python 2:http://www.python.org/
2. Configure Environment variables:
3. Verify that the installation was successful
Eclipse+pydev:
1. Download and install eclipse:http://www.eclipse.org/downloads/
2. Configure the Python plugin Pydev:pydev plugin's official website: http://www.pydev.org/
Start Eclipse->help->install New Software...->add ...
Click Next until the installation is successful. If there is a failure in the intermediate process, try again. Eclpse Restart effective after successful installation
3. Configuring the Pydev Interpreter
After installing Pydev, you need to configure the Python interpreter.
Eclipse->windows->preferences. In the dialog box, click Pydev->interpreter-python. Click the New button, select the path of Python.exe and apply
4. Validation takes effect, starting coding
Eclipse->file->new->projects->pydev->pydevproject Enter the project name.
Under Windows Build Java/python/eclipse