Last Site Update: 03 February 2005 | Latest Version: 0.9.0

 

PyDev - Python IDE

(Python development enviroment for Eclipse)

 
 
Home
Features
Roadmap
Screenshots
Download
Credits
More info
FAQ / BUGS
Users List (code)
Users Forum
Fabio Zadrozny Weblog
Aleks Totic Weblog
Mentions in the press
PyDev with Eclipse and Ant
Pydev at OsCon
Hosted at
PyDev at Sourceforge
Donate
  To run a python file you can go in the navigator, right click it and run.

Three run modes are available:
  • Run (normally runs file)
  • Coverage (gathers code coverage statistics)
  • Debug (for debbuging)





  • To run a python subset of files you can go in the navigator, right click it and run.

    For multiple runs two modes are available:
  • Run (normally runs a subset of files)
  • Coverage (runs a subset of files gathering coverage information)





  • When Running a subset you can choose between running each file on a separate shell (and therefore with a different output) or running each one from a script (and the script will be responsible for choosing the files to be run (it will receive the directory as an argument). Running with the script will make a single output for all the files. An example script is provided and is be given as the default script.