Eclipse is a powerful Ide,python is a powerful computer language, but Python's IDE environment is really scarce, and if you add a python development environment in a powerful eclipse, that's perfect.
Here, we use the Pydev plugin in eclipse to implement this functionality.
First, you need to confirm that Python,Java , and Eclipse environments are fully installed in the machine.
Then we open eclipse, select help->install New software... in the menu, click the Add button, and follow the instructions.
Finally, we add the Python runtime environment into the Eclipse IDE.
In the Eclipse menu bar, click Windows->preferences
In the dialog box, click Pydev->interpreter–python. Click the New button, select the path of the Python.exe, you can refer to.
This allows us to build a python editing environment in the Eclipse IDE.
Scenario: Build a Python development environment in the Eclipse IDE