IDLE--what are your experiences with it?

K

Kevin Walzer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm looking for other peoples' viewpoints about their experiences with
IDLE as an editor--what are its good points? What are its limitations?
Any advice/insight is appreciated.

- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[email protected]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBeRItJmdQs+6YVcoRAlMfAJ9HCm/JWKZF4SpYBrivPHM1EO3slgCdGrJF
wgbnOgkYH0ywOlF0dFy9rUU=
=DUrq
-----END PGP SIGNATURE-----
 
G

Gabriel Cooper

Kevin said:
I'm looking for other peoples' viewpoints about their experiences with
IDLE as an editor--what are its good points? What are its limitations?
Any advice/insight is appreciated.

When I was in windows I used Idle more often, it was just as easy to
pull up idle as it was a command line. However even then I ended up
using command line python more often than Idle since I was running my
own apps from the command line. Now that I'm on linux I never use Idle.
And either way, I only ever used the command line interpreter (or Idle)
to verify syntax before putting it into my code.

e.g.

"Hm... I don't recall... is the four-year date in datetime %Y or %y?"

So I'll pull up python, get my answer, close python, continue on in my
"real" editor.

Gabriel.
 
I

Ivo Woltring

Under windows I don't user IDLE but the PythonWin 2.3.3
I thinkt PythonWin (from ActiveState.com) is much better
It should be the one in the official distribution and not IDLE

Greetz,
Ivo.
 
J

Josiah Carlson

Kevin Walzer said:
I'm looking for other peoples' viewpoints about their experiences with
IDLE as an editor--what are its good points? What are its limitations?
Any advice/insight is appreciated.

It is a decent editor for a handful of files at a time. The moment you
get beyond just a few documents; your taskbar becomes cluttered with
entries. It also doesn't have code folding, project support, ...

- Josiah
 
Y

Y2KYZFR1

Kevin Walzer said:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm looking for other peoples' viewpoints about their experiences with
IDLE as an editor--what are its good points? What are its limitations?
Any advice/insight is appreciated.

it is the lowest common denominator.

there are MUCH MUCH better alternatives

www.xored.com has a nice plugin for Eclipse 3.x

that is much better than IDLE
 
D

Dennis Lee Bieber

Under windows I don't user IDLE but the PythonWin 2.3.3
I thinkt PythonWin (from ActiveState.com) is much better
It should be the one in the official distribution and not IDLE
It's not portable... IDLE is Tkinter based, and runs on
practically all platforms that support Python.

PythonWin is WINDOWS ONLY...

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top