[EMAIL PROTECTED] wrote:
> Hi,
> 
> I already have a couple of newbie books on Python itself, but would
> rather get started with a nice to use IDE and I am therefore looking
> for a good IDE to learn Python.  On my computer I have installed eric
> (http://ericide.python-hosting.com/) but it lacks any kind of useful
> documentation on its use.
> 
> Is there a good IDE which would be well documented out there?

<imho>
You really don't need a full blown IDE to learn Python - any decent code
editor will do. Learning to use an IDE can take some time (even with a
good documentation), and you'll probably have more clues wrt/ IDE
choice/usage once you'll know at least the language basics.

Also, there's a problem with language-specific IDEs: you have to learn a
new IDE for each language. A good, extensible code editor (emacs, Vim,
etc) can be a better solution if you use different languages.
</imho>


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to