[Tutor] While learning Py: To IDE or not to IDE?

Walter Prins wprins at gmail.com
Mon May 21 23:48:13 CEST 2012


Hi,

On 21 May 2012 15:17, bob gailer <bgailer at gmail.com> wrote:

> There are numerous IDES for Python that run on Linux systems (most are
> free).
>

I'd like to add that if/when you do decide to pick up an IDE, I suggest you
try Eclipse.  For one it will allow you to use it for other languages also
(Java, C++, et al).  Have a look at the following video demonstrating some
of the PyDev features in the following video (also a little demonstration
how to develop TDD "red, green, refactor" style) :
http://pydev.org/video_pydev_20.html  Unit testing (PyUnit & friends),
Source code style and problem checking (Pylint), code test coverage
(Coverage.py) are all usable from and integrated reasonably well, making
life just that little bit easier.

Walter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120521/bd32f75d/attachment.html>


More information about the Tutor mailing list