Re: [Tutor] Ide To use? Other extras to install?

2010-10-13 Thread Bill Allen
On Mon, Oct 11, 2010 at 8:53 AM, Jed Smith wrote: > On Sun, Oct 10, 2010 at 9:31 PM, Jorge Biquez wrote: > > > What would be the IDE you recommend me to install that would be almost > > transparent to be using in both platforms? > > > I personally best like the one that is most closely associate

Re: [Tutor] Ide To use? Other extras to install?

2010-10-11 Thread Jed Smith
On Sun, Oct 10, 2010 at 9:31 PM, Jorge Biquez wrote: > What would be the IDE you recommend me to install that would be almost > transparent to be using in both platforms? For transparency on multiple platforms, I need to reiterate the suggestion to use the "traditional" IDE - editor, interactive

Re: [Tutor] Ide To use? Other extras to install?

2010-10-11 Thread Dave Kuhlman
On Mon, Oct 11, 2010 at 09:06:14AM +0100, Alan Gauld wrote: > > "Jorge Biquez" wrote > > >I am in the process of leaving Windows as my environment and moving > >to Ubuntu or a Mac. For a few months I will have to continue working > >under windows until I finish my moving process. Anyway, I wo

Re: [Tutor] Ide To use? Other extras to install?

2010-10-11 Thread Alan Gauld
"Jorge Biquez" wrote I am in the process of leaving Windows as my environment and moving to Ubuntu or a Mac. For a few months I will have to continue working under windows until I finish my moving process. Anyway, I would like to start using and IDE that I can install at least in Windows and

Re: [Tutor] IDE for Python

2010-10-09 Thread Brian Jones
On Thu, Oct 7, 2010 at 11:23 AM, Juan Jose Del Toro wrote: > Dear List; > > In your experience what is the best IDE for Python? > > I've used SPE and IDLE, I've also seen people using Eclipse but which one > do you recommend? > There is no 'best for Python'. IDEs are made to please people, not l

Re: [Tutor] IDE for Python

2010-10-08 Thread Steven D'Aprano
On Fri, 8 Oct 2010 02:23:27 am Juan Jose Del Toro wrote: > Dear List; > > In your experience what is the best IDE for Python? None of them. I use a good editor in one window (I prefer Kate for larger projects, although Kwrite is good enough for single modules or scripts) and a good xterm in an

Re: [Tutor] IDE for Python

2010-10-07 Thread aug dawg
ct 2010 20:08:10 +0200 >>> From: Knacktus >>> To: tutor@python.org >>> Subject: Re: [Tutor] IDE for Python >>> Message-ID: <4cae0c8a.4040...@googlemail.com> >>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >>> >>> >>>

Re: [Tutor] IDE for Python

2010-10-07 Thread Mark Weil
ate: Thu, 07 Oct 2010 20:08:10 +0200 >> From: Knacktus >> To: tutor@python.org >> Subject: Re: [Tutor] IDE for Python >> Message-ID: <4cae0c8a.4040...@googlemail.com> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> >> A

Re: [Tutor] IDE for Python

2010-10-07 Thread Sayth Renshaw
> Message: 5 > Date: Thu, 07 Oct 2010 20:08:10 +0200 > From: Knacktus > To: tutor@python.org > Subject: Re: [Tutor] IDE for Python > Message-ID: <4cae0c8a.4040...@googlemail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Am 07.10.2010

Re: [Tutor] IDE for Python

2010-10-07 Thread Knacktus
Am 07.10.2010 17:23, schrieb Juan Jose Del Toro: Dear List; In your experience what is the best IDE for Python? I'm using Wing IDE. Very good overall package. I like especially the debug probe, which is like an interactive shell in the current stack. To me it's a good balance between features

Re: [Tutor] IDE for Python

2010-10-07 Thread Alan Gauld
"Juan Jose Del Toro" wrote In your experience what is the best IDE for Python? In my experience its vim and a couple of command shells. But that's to do with a)what I use Python for and b) many years experience using vim It may not work for you (and you could substitute emacs for vim if

Re: [Tutor] IDE for Python

2010-10-07 Thread Ken Green
I have been using Geany under Ubuntu 10.04. I rarely use IDLE. Ken On 10/07/2010 11:23 AM, Juan Jose Del Toro wrote: Dear List; In your experience what is the best IDE for Python? I've used SPE and IDLE, I've also seen people using Eclipse but which one do you recommend? -- ¡Saludos! / Gr

Re: [Tutor] IDE

2008-06-12 Thread Wayne Oliver
Alan Gauld wrote: > > "Tom" <[EMAIL PROTECTED]> wrote >> Does anyone know which of the IDE's mentioned above have a similar >> feature. (I'm on Vista,sorry!) > > Most will do it one way or another. > > We mentioned filtering the buiffer in vim, emacs has a shell bvuffer > facility in which you can

Re: [Tutor] IDE

2008-06-12 Thread Alan Gauld
"Tom" <[EMAIL PROTECTED]> wrote Does anyone know which of the IDE's mentioned above have a similar feature. (I'm on Vista,sorry!) Most will do it one way or another. We mentioned filtering the buiffer in vim, emacs has a shell bvuffer facility in which you can start python, other use the I

Re: [Tutor] IDE

2008-06-11 Thread Wim De Hul
To name a few: . you can specify the keyboard behaviour (Vi, Emacs,...) . Syntax help . debugging: step, break, etc, debug I/O window . python shell I used Vi before to write all my code. Infact I still do, but for python, I use Wingware :-) Cheers! Wim On 10 Jun 2008, at 23:21, Dick Moor

Re: [Tutor] IDE

2008-06-11 Thread Tom
I use PythonWin and find the Interactive Python Window invaluable. Does anyone know which of the IDE's mentioned above have a similar feature. (I'm on Vista,sorry!) Thanks. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/t

Re: [Tutor] IDE

2008-06-11 Thread Jeff Younker
On Jun 10, 2008, at 4:07 AM, Sean Novak wrote: I'm looking for the perfect IDE, preferably open source. I've installed Bluefish, which I find to be a little buggy still. I'm just starting to dive into emacs, which I feel is a little daunting. If someone has tried a few different IDEs an

Re: [Tutor] IDE

2008-06-10 Thread Lowell Tackett
I realized he simply opened two terminals, I kinda thought, 'oh yea...duh!' But, thanks for followng up and inquiring. >From the virtual desk of Lowell Tackett  --- On Tue, 6/10/08, Alan Gauld <[EMAIL PROTECTED]> wrote: From: Alan Gauld <[EMAIL PROTECTED]> Subject: Re: [T

Re: [Tutor] IDE

2008-06-10 Thread FT
From: "jordan halsey" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2008 1:40 PM Any one here using cutter... http://www.fundza.com Free Java based ide with many built in functions and bindings. This is an especially useful tool if you are doing 3d or any kind of shader writing. Also, try this ed

Re: [Tutor] IDE

2008-06-10 Thread jordan halsey
Any one here using cutter... http://www.fundza.com Free Java based ide with many built in functions and bindings. This is an especially useful tool if you are doing 3d or any kind of shader writing. Jordan Reece Halsey maya | mental ray | renderman | nuke | houdini | ae www.jordanhalsey.com ___

Re: [Tutor] IDE

2008-06-10 Thread Alan Gauld
"Lowell Tackett" <[EMAIL PROTECTED]> wrote 1) I have two terminal windows open, one with an interactive python prompt, and the other with vim... How do you do that (as you describe above)? Can you elaborate on the question? He says he opens two terminal windows and runs vim in one and pyth

Re: [Tutor] IDE

2008-06-10 Thread Alan Gauld
"Sean Novak" <[EMAIL PROTECTED]> wrote Thus far,, I know only the basic VIM functionality ie. navigating the document.. search/replace, etc. Still need to learn regular expressions also. This filter stuff rocks.. thanks! vim can do all siort of stuff, most of the basic emacs stuff. split

Re: [Tutor] IDE

2008-06-10 Thread Alan Gauld
"Michael yaV" <[EMAIL PROTECTED]> wrote Since I'm on a mac, how about using Xcode? XCode with the PyObjC bridge is OK for Cocoa work but as a general purpose IDE is no better than a good editor IMHO. I still tend to work with 3 windows on the Mac - vim, shell and Python interactive. I can

Re: [Tutor] IDE

2008-06-10 Thread W W
On Tue, Jun 10, 2008 at 4:27 PM, Lowell Tackett <[EMAIL PROTECTED]> wrote: > > > From the virtual desk of Lowell Tackett > > > --- On Tue, 6/10/08, W W <[EMAIL PROTECTED]> wrote: > > From: W W <[EMAIL PROTECTED]> > Subject: Re: [Tutor] IDE >

Re: [Tutor] IDE

2008-06-10 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett  --- On Tue, 6/10/08, W W <[EMAIL PROTECTED]> wrote: From: W W <[EMAIL PROTECTED]> Subject: Re: [Tutor] IDE To: "Sean Novak" <[EMAIL PROTECTED]> Cc: tutor@python.org Date: Tuesday, June 10, 2008, 1:09 PM 1) I have two

Re: [Tutor] IDE

2008-06-10 Thread Dick Moores
At 11:48 AM 6/10/2008, Wim De Hul wrote: What about Wingware, I use Wingware professional at ork and the free version at home. Here's the link: http://www.wingware.com What do you like about Wing? Esp. Wing Pro? Dick Moores ___ Tutor maillist -

Re: [Tutor] IDE

2008-06-10 Thread Michael yaV
Thanks, I'll give it look. On Jun 10, 2008, at 2:48 PM, Wim De Hul wrote: What about Wingware, I use Wingware professional at ork and the free version at home. Here's the link: http://www.wingware.com Cheers! Wim On 10 Jun 2008, at 20:13, Michael yaV wrote: Since I'm on a mac, how abou

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -Original Message- > From: Michael yaV [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10, 2008 12:13 PM > To: Kent Johnson > Cc: Hansen, Mike; tutor@python.org > Subject: Re: [Tutor] IDE > > Since I'm on a mac, how about using Xcode? > >

Re: [Tutor] IDE

2008-06-10 Thread Wim De Hul
What about Wingware, I use Wingware professional at ork and the free version at home. Here's the link: http://www.wingware.com Cheers! Wim On 10 Jun 2008, at 20:13, Michael yaV wrote: Since I'm on a mac, how about using Xcode? On Jun 10, 2008, at 2:07 PM, Kent Johnson wrote: On Tue, Jun

Re: [Tutor] IDE

2008-06-10 Thread Sean Novak
Sweet Jesus!! Thank you! Thus far,, I know only the basic VIM functionality ie. navigating the document.. search/replace, etc. Still need to learn regular expressions also. This filter stuff rocks.. thanks! Sean On Jun 10, 2008, at 1:21 PM, Alan Gauld wrote: "Sean Novak" <[EMAIL PROT

Re: [Tutor] IDE

2008-06-10 Thread Kent Johnson
On Tue, Jun 10, 2008 at 1:30 PM, Michael yaV <[EMAIL PROTECTED]> wrote: > Thanks. What do you think of IDLE? It's primitive. Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDE

2008-06-10 Thread Michael yaV
Since I'm on a mac, how about using Xcode? On Jun 10, 2008, at 2:07 PM, Kent Johnson wrote: On Tue, Jun 10, 2008 at 1:30 PM, Michael yaV <[EMAIL PROTECTED]> wrote: Thanks. What do you think of IDLE? It's primitive. Kent ___ Tutor maillist -

Re: [Tutor] IDE

2008-06-10 Thread Michael yaV
Thanks. What do you think of IDLE? On Jun 10, 2008, at 11:39 AM, Hansen, Mike wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael yaV Sent: Tuesday, June 10, 2008 8:45 AM To: Alan Gauld Cc: tutor@python.org Subject: Re: [Tutor] IDE How

Re: [Tutor] IDE

2008-06-10 Thread Alan Gauld
"Sean Novak" <[EMAIL PROTECTED]> wrote like about EMACS, however, is the ability to run the current buffer interactively to a python command line. Is there a way to set this up in VIM? Yes, it's a standard vi (not even vim) feature. The command is something like: :!(motion) python Where (m

Re: [Tutor] IDE

2008-06-10 Thread W W
On Tue, Jun 10, 2008 at 11:44 AM, Sean Novak <[EMAIL PROTECTED]> wrote: >> however, is the ability to run the current buffer interactively to a python >> command line. Is there a way to set this up in VIM? I know there's some python what-nots with vim, but I just do one of a few options: 1) I ha

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sean Novak > Sent: Tuesday, June 10, 2008 10:44 AM > To: tutor@python.org > Subject: Re: [Tutor] IDE > > > > > Wow.. thanks everyone!! I am on a mac,, currently

Re: [Tutor] IDE

2008-06-10 Thread Sean Novak
wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael yaV Sent: Tuesday, June 10, 2008 8:45 AM To: Alan Gauld Cc: tutor@python.org Subject: Re: [Tutor] IDE How about for the Mac platform? Textmate(not open source) but most who p

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sean Novak > Sent: Tuesday, June 10, 2008 5:08 AM > To: tutor@python.org > Subject: [Tutor] IDE > > I'm looking for the perfect IDE, preferably open source. I've > installed Bluefish, which I fin

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael yaV > Sent: Tuesday, June 10, 2008 8:45 AM > To: Alan Gauld > Cc: tutor@python.org > Subject: Re: [Tutor] IDE > > How about for the Mac platform? > Textmate

Re: [Tutor] IDE

2008-06-10 Thread Michael yaV
How about for the Mac platform? On Jun 10, 2008, at 8:26 AM, Alan Gauld wrote: "Sean Novak" <[EMAIL PROTECTED]> wrote I'm looking for the perfect IDE, preferably open source. Aren't we all! :-) We used to have editor wars, now its IDE wars... someone has tried a few different IDEs and fo

Re: [Tutor] IDE

2008-06-10 Thread Demonic Software
I have tried a few and I mainly stick with Eclipse IDE + PyDev for large projects, simply because I develop stuff in other languages and it is X-platform. For small stuff, I might just use Notepad++ (Windows), Kate/(KDE)/ vim, or ipython for rapid python prototyping :) My only dislike about vim i

Re: [Tutor] IDE

2008-06-10 Thread Alan Gauld
"Sean Novak" <[EMAIL PROTECTED]> wrote I'm looking for the perfect IDE, preferably open source. Aren't we all! :-) We used to have editor wars, now its IDE wars... someone has tried a few different IDEs and found the one that they love.. I'd be interested in your insight! I've tried many

Re: [Tutor] IDE

2008-06-10 Thread Kent Johnson
On Tue, Jun 10, 2008 at 7:07 AM, Sean Novak <[EMAIL PROTECTED]> wrote: > I'm looking for the perfect IDE, preferably open source. 'Perfect' is in the eye of the beholder! Some suggestions here: http://wiki.python.org/moin/IntegratedDevelopmentEnvironments Kent

Re: [Tutor] IDE

2008-06-10 Thread mail limodou
On Tue, Jun 10, 2008 at 7:32 PM, mail limodou <[EMAIL PROTECTED]> wrote: > On Tue, Jun 10, 2008 at 7:07 PM, Sean Novak <[EMAIL PROTECTED]> wrote: > >> I'm looking for the perfect IDE, preferably open source. I've installed >> Bluefish, which I find to be a little buggy still. I'm just starting t

Re: [Tutor] IDE

2008-06-10 Thread W W
I use vi/vim. I find it extremely useful/powerful. -Wayne ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDE

2008-06-10 Thread muhamed niyas
You can use either Komodo or Anjuta. Komodo is better than Anjuta. On Tue, Jun 10, 2008 at 4:37 PM, Sean Novak <[EMAIL PROTECTED]> wrote: > I'm looking for the perfect IDE, preferably open source. I've installed > Bluefish, which I find to be a little buggy still. I'm just starting to > dive in

Re: [Tutor] IDE

2008-06-10 Thread mail limodou
On Tue, Jun 10, 2008 at 7:07 PM, Sean Novak <[EMAIL PROTECTED]> wrote: > I'm looking for the perfect IDE, preferably open source. I've installed > Bluefish, which I find to be a little buggy still. I'm just starting to > dive into emacs, which I feel is a little daunting. If someone has tried a

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 using Linux for a long time but this is my

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

Re: [Tutor] IDE for Python

2006-07-25 Thread Alan Gauld
> I want to know which IDE I should use for programming. IDLE comes with standard Python and is OK for starters. Pythonwin comes with ActiveState python (as well as IDLE) and is better for Windoze users. Personally I use cygwin, bash, and vim. Others use emacs... And there are lots more inclu

Re: [Tutor] IDE for Python

2006-07-25 Thread Tim Johnson
* Mike Hansen <[EMAIL PROTECTED]> [060725 10:26]: > > I personally use VIM. The closest thing to an IDE I've used is Komodo. > You might check out these links. I used to use vim extensively with python, now have moved to emacs. > http://pyfaq.infogami.com/tutor-whats-the-best-editor-ide-for-p

Re: [Tutor] IDE for Python

2006-07-25 Thread Carroll, Barry
ginal Message- > Date: Tue, 25 Jul 2006 10:51:54 -0600 > From: "Mike Hansen" <[EMAIL PROTECTED]> > Subject: Re: [Tutor] IDE for Python > To: > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > &g

Re: [Tutor] IDE for Python

2006-07-25 Thread Tracy R Reed
Basavaraj SP. wrote: > I want to know which IDE I should use for programming. Emacs has been the gold standard of IDE's for years. -- Tracy R Reed http://ultraviolet.org A: Because we read from top to bottom, left to right Q: Why should I start my reply below the quoted text __

Re: [Tutor] IDE for Python

2006-07-25 Thread Rob Sinclar
On Tuesday 25 July 2006 18:51, Mike Hansen wrote: > Dear All, > > I am new to Python. > > I want to know which IDE I should use for programming. > > If so from where can I get it? > > Thanks in advance. > > - Raj > > I personally use VIM. The closest thing to an

Re: [Tutor] IDE for Python

2006-07-25 Thread Mike Hansen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Basavaraj SP. Sent: Tuesday, July 25, 2006 9:05 AM To: tutor@python.org Subject: [Tutor] IDE for Python Dear All, I am new to Pyth

Re: [Tutor] IDE for Python

2006-07-25 Thread andrew clarke
On Tue, Jul 25, 2006 at 08:34:39PM +0530, Basavaraj SP. wrote: > I am new to Python. > > I want to know which IDE I should use for programming. > > If so from where can I get it? ActivePython is a good start: http://www.activestate.com/Products/ActivePython/ ___

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 discussion to IDE's > rather then any editors. I am we

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