On Mon, Oct 11, 2010 at 8:53 AM, Jed Smith <j...@jedsmith.org> wrote:

> On Sun, Oct 10, 2010 at 9:31 PM, Jorge Biquez <jbiq...@icsmx.com> wrote:
>
> > What would be the IDE you recommend me to install that would be almost
> > transparent to be using in both platforms?
>
>
> I personally best like the one that is most closely associated with Python,
that is IDLE.   It looks and works the same whether I am in Windows or
Linux.   It is not real fancy, but it does has a good text editor with
reasonable features and the interactive window for testing and program run.
It also supports enough debugging functions to be helpful.  It is very
simple and often comes with the Python distribution. (comes with the Windows
distribution, separate install on Linux)

Just my 2 cents worth.   A buddy of mine prefers to program using the Kate
editor on Linux.   I sometimes use gedit on Linux and Notepad++ on Windows.
  In the end, the best IDE/editor is the one you know and feel comfortable
with.  I suggest you start with IDLE and see if you find some reason not to
like it.

--Bill
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to