Browse Instructions
How To Install Python Plugin For Eclipse
Posted By: Mr. NeedInstructions
;
Category: Computer, Internet & Information Technology;
December 15, 2010
Here is a step by step instruction on how you can install Python Plugin for Eclipse using Pydev plugin.
1
The plugin which I use to develop Python programs on Eclipse is Pydev. It’s a free plugin and can be downloaded from here
http://pydev.org/download.html
http://pydev.org/download.html
2
Run and Install the Pydev.exe. Please follow the step by step instructions given when double clicking the Pydev.exe.
3
Once the Pydev is installed open eclipse
6
Select the path where the “python.exe” is present and click on OK
8
Select the path where the “python.exe” is present and click on OK
11
Select the Pydev perspective , which means the plugin is successfully configured and you are ready to write the first program.
15
Enter the name of program and click on Finish.
17
Instead of "pass" write
print 'Hello World'
print 'Hello World'
18
Run the program with the play button as a normal java program runs.
19
Check the console screen to see "Hello World"
Only registered users can add comments