Dumb beginner question; what is IDLE?
Andrew Cooke
Andrew.Cooke at p98.f112.n480.z2.fidonet.org
Sun Jul 4 06:23:44 EDT 1999
More information about the Python-list mailing list
Sun Jul 4 06:23:44 EDT 1999
- Previous message (by thread): Dumb beginner question; what is IDLE?
- Next message (by thread): Dumb beginner question; what is IDLE?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Andrew Cooke <andrew at andrewcooke.free-online.co.uk> In article <377D8BFB.3700379 at afn.org>, Andy L Krietemeyer <afn08995 at afn.org> wrote: > I've seen several references to IDLE. Is this an IDE for python? Or > what is it? Thanks, Andy. > Yup. It has simple editing and debug support but no GUI builer or "wizards". A kind of poor-mans emacs :-) although I must admit that I use it rather than emacs for Python code. I'm not sure why - I tried it and never changed back. The only thing I miss is not having several windows on one piece of code (maybe this is possible, I've never been able to do it). Also, the key bindings are a compromise between emacs/Unix and Dev Studio/MS, so if you use all three you can type the wrong thing at times.... It appears to be written in Tkinter, but has a very nice file browser, which I keep intending to track down, but haven't, yet - but which you can presumably use in other Tkinter apps. Andrew Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.
- Previous message (by thread): Dumb beginner question; what is IDLE?
- Next message (by thread): Dumb beginner question; what is IDLE?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list