Re: [Tutor] Using IDLE v2.6

2009-10-25 Thread ALAN GAULD
> > Scipe/Notepad++ (but these may be windows only?) > > I've got Notepad++ running nicely under wine on my ubuntu install, and > SciTE (which I'm assuming is what you meant) is open source and has > versions for most platforms - it's based on the Scintilla editor Yes I meant SciTE, thanks. I

Re: [Tutor] Using IDLE v2.6

2009-10-25 Thread Rich Lovely
2009/10/24 Alan Gauld : > "Ken G." wrote >> >> IDLE v2.6 but I was wondering if there is something better than IDLE. > > There is a wealth of options and a Google search on Python IDEs will throw > many up. > > Some common recommendations: > > PyDev on Eclipse (good if you already use Eclipse for

Re: [Tutor] Using IDLE v2.6

2009-10-24 Thread Robert Berman
Ken, Two recommendations. 1) Komodo Edit 5. Free edition available from Activestate. www.activestate,com 2) Wing IDE 101 Free Edition from www.wingware.com my favorite of the freely available IDE's. Good luck, Robert On Sat, 2009-10-24 at 13:57 -0400, Ken G. wrote: > I ju

Re: [Tutor] Using IDLE v2.6

2009-10-24 Thread Kurt Bendl
"Ken G." wrote IDLE v2.6 but I was wondering if there is something better than IDLE. I've been happy with WingIDE on Linux, fwiw. I'm still a TextMate fanboy (if you use a Mac). -kb ___ Tutor maillist - Tutor@python.org To unsubscribe or change s

Re: [Tutor] Using IDLE v2.6

2009-10-24 Thread Alan Gauld
"Ken G." wrote IDLE v2.6 but I was wondering if there is something better than IDLE. There is a wealth of options and a Google search on Python IDEs will throw many up. Some common recommendations: PyDev on Eclipse (good if you already use Eclipse for say Java or C++) Eric SPE Scipe/Notep

[Tutor] Using IDLE v2.6

2009-10-24 Thread Ken G.
I just reinstalled Python v2.6.2 due to a computer crash. I reinstalled IDLE v2.6 but I was wondering if there is something better than IDLE. I am using Ubuntu 9.04 so they do have some limited choices available. Thanks for your input. Ken ___ Tuto