Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
mellinda_pereira
Explorer
3,872

For developers who want to practice Python and play around coding  some simple sample codes or trying to master Python you can integrate Python into Eclipse IDE (Integrated Development Environment used for SAP modelling, Java developers, C developers etc.

So lets follow the below steps:

Download the free eclipse IDE from : https://www.eclipse.org/downloads/ suitable for your system configure and install the same.

mellinda_pereira_0-1723121285550.png

Download the free Python software from : https://www.python.org/downloads/ and install the latest version

mellinda_pereira_1-1723121285561.png

Next in Eclipse Go to Help -->Install Software--> Provide the link : http://www.pydev.org/updates

mellinda_pereira_25-1723121730981.png

Uncheck all the below options and select PyDev for Eclipse click Next and again select PyDev for Eclipse and then accept the License agreement

mellinda_pereira_33-1723122855346.png

It will then download the PyDev plug in to the eclipse

mellinda_pereira_26-1723121751510.png

Next you will see a Python perspective added in Eclipse

mellinda_pereira_27-1723121777104.png

Next we will create a new project for Python, Right Click in Project area New --> Other

mellinda_pereira_28-1723121936810.png

Select Python project

mellinda_pereira_29-1723121952671.png

Next give Project a name and the click on the link click here to configure Interpreter

mellinda_pereira_30-1723121998534.png

Next we need to select the python installation path from your computer select new and then point it to the location where python.exe is saved

mellinda_pereira_31-1723122031836.png

Next click Apply and apply and close

mellinda_pereira_32-1723122069155.png

Next select the python version and the interpreter name you gave in the above step

mellinda_pereira_34-1723122962582.png

Click next and finish and  you will see a Python project created

mellinda_pereira_35-1723122989290.png

Next we will create a PyDev Module  and start writing our first code

mellinda_pereira_36-1723123010212.png

mellinda_pereira_37-1723123017281.png

Select Empty template

mellinda_pereira_38-1723123030177.png

Save the file and then click Run as -->Python Run

mellinda_pereira_39-1723123066654.pngmellinda_pereira_40-1723123091123.png

There it is Python Integrated in Eclipse IDE

Happy Python Coding as an SAP Developer

 

  SAP Community