Original address
PyDev is a plugin This enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython).
It uses advanced type inference techniques to provide features such code completion and code analysis, while still Providi Ng many others such as a debugger, interactive console, refactoring, etc.
The Open post describes the Python IDE for Eclipse Environment setup scenario.
Installation Preparation:1.has been installedPython,ArcGISThe Software installation process is installed by defaultPythonIf the machine is not preloadedPython, can be inPython OfficialDownload and install;2.has been installedJAVA JDK, if the machine is installedJdk, then inCmdIn1Displays the currentJavaVersion is1.8.0_45-15InsteadJAVA JDK official download; Download the latest version eclipse ( or 64bit It doesn't have to be installed, it can be decompressed.
Note:JAVA ,Eclipse all software should be 32bit or 64bit , or an error will occur.
Figure 1
Pydev Installation:
1. start eclipse.exe, set the current workspace directory, and go to the page shown in Figure 2 .
Figure 2
2. Open help-install new Software...-addin turn, as shown in the new window in setting 3 . Then, follow the steps to install to finish.
Figure 3
Pydev Configuration
1.Clickwindow-preferences, new window Pydev-interpreters-python interpreter, click the new button, select python.exe path, open and display a window with many checkboxes, select OK, 4.
Figure 4
Python Code (Reference)
1. File-new-pydev Project, 5 set project name and creat 'src',Finish.
figure
2. 6, open the PyDev package, set Name in Figure 7 ,Finish.
Figure 6
Figure 7
Go to Figure 8and you're ready to write your code now. Code Output "Hello, World"
Figure 8
See Also
[1] Pydev-python IDE for Eclipse.
[2] Change CMD root Directory Method.
[3] How to check JDK version, installed on your computer?
"Go" Python IDE for Eclipse