Re: [Tutor] IDE / development environment

2007-04-23 Thread Robert H. Haener IV
Rohan Deshpande wrote: > What does everyone use as their development environment for Python, > particularly web dev? I primarily use SPE in both Windows and Linux, though I occasionally use vim/gvim in both environments. Oddly enough, I've started using the Python interactive prompt for basic m

Re: [Tutor] IDE / development environment

2007-04-23 Thread Mike Hansen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rohan Deshpande > Sent: Sunday, April 22, 2007 2:51 AM > To: tutor@python.org > Subject: [Tutor] IDE / development environment > > Hey guys, > > I've been usin

Re: [Tutor] IDE / development environment

2007-04-23 Thread Luke Paireepinart
Kent Johnson wrote: > Rikard Bosnjakovic wrote: > > >> And now, Alan, see the charm of "reply all": this mail gets three >> recipients: the list and two persons on the list, meaning they both >> will get two copies. The next person replying this mail will add it up >> to another person, and in t

Re: [Tutor] IDE / development environment

2007-04-22 Thread Kent Johnson
Rikard Bosnjakovic wrote: > And now, Alan, see the charm of "reply all": this mail gets three > recipients: the list and two persons on the list, meaning they both > will get two copies. The next person replying this mail will add it up > to another person, and in the final step there is no need f

Re: [Tutor] IDE / development environment

2007-04-22 Thread Rikard Bosnjakovic
On 4/22/07, Vince Teachout <[EMAIL PROTECTED]> wrote: > I just twit-filtered him. I got tired of his one line robotic complaint > in MY mailbox. Good for you, because as long as this list keeps being braindead about not adding reply-to-tags (i.e. forever) I'm piping it back in here. And now, Al

Re: [Tutor] IDE / development environment

2007-04-22 Thread Rob Andrews
> What does everyone use as their development environment for Python, > particularly web dev? Komodo (by ActiveState). For web dev in dynamic languages, it's tough to actually beat. I scored mine at a $100 discount thanks to a coupon ActiveState handed out at PyCon this year. -Rob A. ___

Re: [Tutor] IDE / development environment

2007-04-22 Thread Peter Garceau
On 4/22/07, Rohan Deshpande <[EMAIL PROTECTED]> wrote: What does everyone use as their development environment for Python, particularly web dev? I've been using PIDA for a while. http://pida.co.uk/ It's not nearly as fancy as Eclipse, but it does everything that I need it to do. I think it

Re: [Tutor] IDE / development environment

2007-04-22 Thread Martin Walsh
Eike Welk wrote: > On Sunday 22 April 2007 10:51, Rohan Deshpande wrote: >> What does everyone use as their development environment for Python, >> particularly web dev? > > I use PyDev an extension for Eclipse: > http://pydev.sourceforge.net/ +1 for pydev. The additional plugins (wtp, aptana, and

Re: [Tutor] IDE / development environment

2007-04-22 Thread Vince Teachout
Alan Gauld wrote: > Having said that I do appreciate that web mail tools in particular > are often quite brain-dead and make Reply All hard to find - I > recently got caught out by a web tool that hasd ReplyAll as > its default and I wound up sending to the list when I intended > sending to the sen

Re: [Tutor] IDE / development environment

2007-04-22 Thread Alan Gauld
"Luke Paireepinart" <[EMAIL PROTECTED]> wrote > for fear that the person who can't remember whether to use reply or > reply-all for this group I won't get into the whole philospohy bit here but the rule is quite simple and standard and should work on any standard mail tool.. Read the From header

Re: [Tutor] IDE / development environment

2007-04-22 Thread Luke Paireepinart
Angela K. Foughty wrote: > Hey, you know what? Whether someone replies to the list address or your > address, it's still going to end up in your mailbox, so chill out. It's > a simple matter to change the list preferences to make the list address > the reply-to address. If the list owner won'

Re: [Tutor] IDE / development environment

2007-04-22 Thread Vince Teachout
Angela K. Foughty wrote: > Hey, you know what? Whether someone replies to the list address or your > address, it's still going to end up in your mailbox, so chill out. It's > a simple matter to change the list preferences to make the list address > the reply-to address. If the list owner won'

Re: [Tutor] IDE / development environment

2007-04-22 Thread Angela K. Foughty
Hey, you know what? Whether someone replies to the list address or your address, it's still going to end up in your mailbox, so chill out. It's a simple matter to change the list preferences to make the list address the reply-to address. If the list owner won't do that, your beef is with him

Re: [Tutor] IDE / development environment

2007-04-22 Thread Rikard Bosnjakovic
On 4/22/07, Jia Lu <[EMAIL PROTECTED]> wrote: > SPE under Linux > PyScripter under windows Stop replying to my mailbox. -- - Rikard - http://bos.hack.org/cv/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDE / development environment

2007-04-22 Thread Rikard Bosnjakovic
On 4/22/07, Rohan Deshpande <[EMAIL PROTECTED]> wrote: > What does everyone use as their development environment for Python, Emacs. -- - Rikard - http://bos.hack.org/cv/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/

Re: [Tutor] IDE / development environment

2007-04-22 Thread Eike Welk
On Sunday 22 April 2007 10:51, Rohan Deshpande wrote: > What does everyone use as their development environment for Python, > particularly web dev? I use PyDev an extension for Eclipse: http://pydev.sourceforge.net/ It is good at syntax completion but it is quite slow. PyDev also lacks an interac

[Tutor] IDE / development environment

2007-04-22 Thread Rohan Deshpande
Hey guys, I've been using Linux for a long time but this is my first foray into app development. Therefore, I have never had to properly set up a development environment for myself. I am partial to vim as an editor, and have configured it for the python templating language i'm using with Pylons