Introduction
Python in Eclipse IDE - Pydev Plugin
PyDev eclipse plugin is popular to enable Eclipse IDE to work with Python. Though there are other dedicated Linux IDE’s available in the market for python but if you specifically want to tweak your Eclipse IDE to make it perfect for Python development then you are at right place.
Checkout below video for a step by step guide for PyDev installation in Eclipse IDE
Prerequisite:
1. Python - 3.8.0
2. Java - openjdk 11.0.11 (it is required for Eclipse to work)
3. Eclipse Installed - 2021-06 (4.20.0)
4. Ubuntu - 18.0.4
Steps :
1. Open Eclipse Market Place
2. Search for Pydev plugin
In the search box, type 'PyDev' and click on go.
3. Install PyDev
PyDev will ask you to select the packages to install. Select packages based on your need. For this tutorial we unchecked Pydev Mylyn Integration so it will not be installed.
Read and accept the terms and conditions to continue. And click on Finish.
It will take a while to complete the installation. After installation completes restart Eclipse.
4. Verify Installation
To verify if PyDev is installed or not. Open Eclipse Marketplace and check in Installed tab. Pydev should appear there in the list.
Conclusion
We can install PyDev in Eclipse from eclipse market place and can develop python applications. Try this plugin and let us know your comments.
Comments
Post a Comment