I prefer using Luna , which is a tool for Java developers creating Java EE and web applications, and you can add PyDev to it.
As you start with python, eclipse, and pydev, you probably need a step-by-step process.
Follow these simple steps or watch this video .
Step 1: Download and Install Eclipse (Luna)
Step 2: Open Eclipse -> Help -> Install New Software ...
Step 3: In the "Work with" field, enter http://pydev.org/updates
Step 4: select the checkbox PyDev โ next โ next โ finish
Step 5: It will be installed, but a new frame will open later, be sure to check "Brainwy Software, PyDev, Brainwy โ OK
Eclipse will restart after clicking OK.
Step 6: Click File โ New โ Project โ PyDev Project โ
Now you need to add Interpreter.
Step 7: Click "Please configure the interpreter before continuing"
Step 8: Click โManual Setupโ
Step 9: Click Create, then give the interpreter a Name (python 2.xx or python 3.xx the version you are using) or any other name you like.
Step 10: Click "Browse" to specify the path.
If you use Windows, it will probably be on C drive:
If you use Ubuntu, it will be in "/usr/bin/python2.x" or use the command "whereis python" in the terminal.
Step 11:. After that, select the interpreter โ Finish.
And you are good to go.