Re: [Tutor] Python IDE

2007-06-12 Thread Matt Erasmus
Check out geany. It's fairly simple but I've found it very neat and simple. http://geany.uvena.de/ On 6/11/07, scott <[EMAIL PROTECTED]> wrote: Could someone suggest a few good IDE's for me to look at. I would need a IDE that haves syntax highlighting and I also really like type compl

Re: [Tutor] Python IDE

2007-06-12 Thread scott
Preecha Bundrikwong wrote: > Hi, > > I'm supporting John's opinion. WingIDE rocks!! I use Linux at work, > Windows & Mac at home, I notice the Python editor on Windows also hints > you the syntax as you type. Thank you everyone for your help. I'm going to try out eclipse because I have a newe

Re: [Tutor] Python IDE

2007-06-11 Thread Preecha Bundrikwong
Hi, I'm supporting John's opinion. WingIDE rocks!! I use Linux at work, Windows & Mac at home, I notice the Python editor on Windows also hints you the syntax as you type. Enjoy! PB ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman

Re: [Tutor] Python IDE

2007-06-11 Thread johnf
On Monday 11 June 2007 13:01, scott wrote: > Hi, > > I have been using Kdevelop so far to develop and a few bugs it inherits > from Kate/Kwrite are really annoying me. It does not collapse quotes > properly and there are other graphical glitches as well. > > Could someone suggest a few

Re: [Tutor] Python IDE

2007-06-11 Thread Alan Gauld
"Alan Gauld" <[EMAIL PROTECTED]> wrote > It supports Java and C++ out of the box but there are Actually C++ is a plug-in too, but free ones are available... Alan G. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tut

Re: [Tutor] Python IDE

2007-06-11 Thread Alan Gauld
"Andreas Kostyrka" <[EMAIL PROTECTED]> wrote in > Well, the Subversion support is painful. Dogslow. Eclipse is slow, > but > the svn plugin that I've seen my colleagues use was IMHO (a Linux > based > developer, emacs + commandline svk, who complains that svk is > painful > slow *g*) unuseable

Re: [Tutor] Python IDE

2007-06-11 Thread Rob Andrews
Personally, I use and love Komodo (the full version, although Komodo Edit is nice). I didn't *expect* to like it, but it won me over with ease. On 6/11/07, scott <[EMAIL PROTECTED]> wrote: >Could someone suggest a few good IDE's for me to look at. __

Re: [Tutor] Python IDE

2007-06-11 Thread Andreas Kostyrka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Gauld wrote: > "scott" <[EMAIL PROTECTED]> wrote > >> Could someone suggest a few good IDE's for me to look at. > > If you want to standardise on one environment that is industrial > strength and multi platform go for eclipse. its heavyweight

Re: [Tutor] Python IDE

2007-06-11 Thread Alan Gauld
"scott" <[EMAIL PROTECTED]> wrote > Could someone suggest a few good IDE's for me to look at. If you want to standardise on one environment that is industrial strength and multi platform go for eclipse. its heavyweight but does it all. Not only is it open source IDE king but several commercial c

Re: [Tutor] Python IDE

2007-06-11 Thread Gordon
Try Komodo Edit from ActiveState. It's free (as in beer), it's cross-platform, and it's pretty darn good. I haven't used it on Linux myself, but it does have a Linux download. If being closed-source bothers you, Eclipse+PyDev might be your best option. scott wrote: > Hi, > > I have been

Re: [Tutor] Python IDE

2007-06-11 Thread shawn bright
you can use gedit with some plugins that make it pretty much like an ide, and its really fast. another really cool one is JEdit. That is what i used before i switched to vim to do everything. runs on everything, has what you are looking for. Eclipse with PyDev is cool, too. But a little heavy for

[Tutor] Python IDE

2007-06-11 Thread scott
Hi, I have been using Kdevelop so far to develop and a few bugs it inherits from Kate/Kwrite are really annoying me. It does not collapse quotes properly and there are other graphical glitches as well. Could someone suggest a few good IDE's for me to look at. I would need a I