Re: [Tutor] IDE - Editors - Python

2006-02-13 Thread Darin William Lawson Hosking
I have looked at several "ide's" but still haven't found a true newbie python editor mainly need code completion and maybe drop in code like a wisiwig html editor would give me. I am looking at python for basically network admin scripts. If anyone knows of one I would really appreciate a link. By

Re: [Tutor] IDE - Editors - Python

2006-02-10 Thread Joal Heagney
Paul Kraus wrote: > Which editors does everyone use and why. Please keep the discussion to IDE's > rather then any editors. I am well versed on Emacs and VI so anything beyond > them would be appreciative. Why you like the editor and how it helps reduce > your development time would be productiv

Re: [Tutor] IDE - Editors - Python

2006-02-10 Thread Edgar Antonio Rodriguez Velazco
Try with Python Card.    ; )-- Edgar A. Rodriguez V. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDE - Editors - Python

2006-02-10 Thread [EMAIL PROTECTED]
What about It's an Editor based on wxPython. NewEdit uses Mixin and Plugin technique as its architecture. Most of its classes can be extended via mixin and plugin components, and finally become an integrity class at creating the instance. So NewEdit is very dynamic. You can write the new featur

Re: [Tutor] IDE - Editors - Python

2006-02-09 Thread Hugo González Monteverde
> I'm programming under Windows and I haven't found anything better than > Stani's Python Editor (spe). It should be cross-platform. > I second SPE under Windows, though under linux I keep using vim. The included utilities are great (I love Kiki) The only caveat would be that running wxpytho

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Alan Gauld
> Avoid debuggers like a plague. If someone applies for a job > with us and starts talking about their proficiency in > debuggers, the interview stops right there and we keep looking. grin noted but seriously, why? I tend to take the opposite approach. A good understanding of de

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Tim Johnson
* Danny Yoo <[EMAIL PROTECTED]> [060206 09:57]: > >Avoid debuggers like a plague. If someone applies for a job > > with us and starts talking about their proficiency in > > debuggers, the interview stops right there and we keep looking. > > Hi Tim, Hey Danny: > Seriously

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Tim Johnson
* Marilyn Davis <[EMAIL PROTECTED]> [060206 11:30]: > On Mon, 6 Feb 2006, Danny Yoo wrote: > > > >Avoid debuggers like a plague. If someone applies for a job > > > with us and starts talking about their proficiency in > > > debuggers, the interview stops right there and we ke

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Marilyn Davis
On Mon, 6 Feb 2006, Danny Yoo wrote: > >Avoid debuggers like a plague. If someone applies for a job > > with us and starts talking about their proficiency in > > debuggers, the interview stops right there and we keep looking. I can see that bragging about "proficiency in deb

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Alan Gauld
> Which editors does everyone use and why. Please keep the discussion to > IDE's Another hotly debated topic. What do you define as requyirements of an IDE? To me Unix is the best IDE I've ever used, but others would challenge my definition of an IDE... > rather then any editors. I am well ver

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Mike Hansen
> Subject: > [Tutor] IDE - Editors - Python > From: > Paul Kraus <[EMAIL PROTECTED]> > Date: > Mon, 6 Feb 2006 09:46:42 -0500 > To: > tutor@python.org > > To: > tutor@python.org > > > Which editors does everyone use and why. Please keep the disc

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Andre Roberge
On 2/6/06, Tim Johnson <[EMAIL PROTECTED]> wrote: > * Paul Kraus <[EMAIL PROTECTED]> [060206 06:04]: > > Which editors does everyone use and why. Please keep the discussion to IDE's > > rather then any editors. I am well versed on Emacs and VI so anything beyond > > them would be appreciative. Why

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Danny Yoo
>Avoid debuggers like a plague. If someone applies for a job > with us and starts talking about their proficiency in > debuggers, the interview stops right there and we keep looking. Hi Tim, Seriously? I know that the implication is that sufficient test cases and design wil

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Tim Johnson
* Paul Kraus <[EMAIL PROTECTED]> [060206 06:04]: > Which editors does everyone use and why. Please keep the discussion to IDE's > rather then any editors. I am well versed on Emacs and VI so anything beyond > them would be appreciative. Why you like the editor and how it helps reduce > your deve

Re: [Tutor] IDE - Editors - Python

2006-02-06 Thread Rinzwind
When you code with Python there's only 1 editor Boa Constructor Even the name owns any other editor :-)http://boa-constructor.sourceforge.net/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] IDE - Editors - Python

2006-02-06 Thread Paul Kraus
Which editors does everyone use and why. Please keep the discussion to IDE's rather then any editors. I am well versed on Emacs and VI so anything beyond them would be appreciative. Why you like the editor and how it helps reduce your development time would be productive and helpfull. TIA, --