Of course, this article will not explain how to configure the eclipse + pydev Development Environment Online. Such blog posts will also exist online, the following describes in detail how to configure the python development environment of eclipse + pydev offline.
Download the python plugin pydevat at http://pydev.org.
The latest version is pydev 2.6.0.zip. decompress the compressed file. The features and plugins folders are obtained. Then, the files in the two folders are copied to the features and plugins directories under the eclipse installation directory. For example:
Start eclipse and open window> preferences, for example:
Select interpreter-Python, and then select new. In the pop-up dialog box, set interpreter name to Python, and enter the address of python.exe in interpreter executable. Click OK. The following dialog box is displayed:
Finally, click OK and the following result is displayed:
Now, we are all ready. You can write PythonProgram.