By following the below procedure you can use the 'Python Interpreter' in eclipse console(i.e. we can run the python commands directly in eclipse console).
Prerequisites:
Python Installation.
Installing Pydev Extenstions for Eclipse IDE.
1. Launch Eclipse IDE
Open 'Windows' --> 'Show View' --> 'Console' to access the console.
2. Console is opened.
Note: No need of creating any python project, for executing the python commands in Eclipse IDE console.
3. From 'Console' options select 'PyDev Console'.
Now you can see the Python Interpreter in Eclipse IDE console.
Type the commands in console to execute the python commands.
You can even maximize the console for better visibility.
No comments:
Post a Comment