Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

How to run Python functions in Eclipse command line?

I like to run a python function using the command line in Eclipse, just like running code from the normal Python Shell. How do I do that?


1 Answer
Rajendra Dharmkar

We can use PyDev, which is a plugin for running Python programs from Eclipse. Once installed, we will have the option of running the applications themselves directly or from the PyDev console/command line.

Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.