Dudeja, Rajat wrote:
Hi,

I'm new to Python. I only have read "Byte of Python" by Swaroop C H just
to be familiar with sytax of python. I've installed Python 2.5 from
Active State and using its PythonWin Editor / interpreter. This,
unfortunaltely, does not help in debugging.

I'm looking for an open source IDE / editor that has source level
debugging. Please suggest some tool.

I'm intending to write a testing tool that uses Subversion. Is there
some module available for subversion, out of the box, that I can import
in my script?

Regards,
Rajat


I've recently started using Eclipse for my python projects, and I'm
pretty happy with it.
you can easily get:
 + syntax highlighting
 + code collapsing
 + code completion
 + breakpoints, etc
 + TODO: reminders
 + unit tests

and, of course, you can also use subversion with Eclipse.
 + unit tests
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to