How to run Python program in Eclipse IDE

How to run Python program in Eclipse IDE

Python is an interpreted programming language and can be easily implemented for real world applications. Python programs can be run in either command line or using IDE.

One of the IDE can be used for python programming is  Eclipse IDE where PyDev plugin can be added to Eclipse using Eclipse Market place.

I assume you already have Eclipse IDE in your machine if not you can download and install it from the eclipse.org.

Once Eclipse is functioning on your machine, then follow the below steps to install PyDev

Help >> Eclipse MarketPlace

In Search Tab, simply type “PyDeV”

Then click on Install and follow the steps.

Now you are ready to run python programs, you can refer any python scripts and try it on Eclipse.