Re: What IDE support python 3.0.1 ?

2009-05-04 Thread Mark
On Wed, 15 Apr 2009 22:45:35 +, Benjamin Peterson wrote: > Why do you think you're wasting time with 2.x? I'm a relative newbie to python as well but I'd agree that there is at least a small degree of time "wasted" learning python 2.x simply because the standard library of python 3.x has been

Re: What IDE support python 3.0.1 ?

2009-05-04 Thread JussiJ
On Apr 16, 1:26 pm, Brendon Wickham wrote: > I agree, no IDE needed. Just don't use Notepad! I'm on Mac, so > spoiled for choice of text editors, but I'm sure there's one > or 2 good uns if you're on Windows. The Zeus for Windows IDE is Python aware: http://www.zeusedit.com/python.html It d

Re: What IDE support python 3.0.1 ?

2009-04-24 Thread Peter Anderson
Sam (I presume), Like you I am also in the process of learning to program in Python. I have been using Python 2.5.2 for quite some time but recently made the switch to 3.0.1. Why? Because I read an article where Guido van Rossum himself recommended that anyone starting out learning Python now

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Aahz
In article , Scott David Daniels wrote: >Aahz wrote: >> In article , >> Brendon Wickham wrote: >>> >>> I agree, no IDE needed. Just don't use Notepad! I'm on Mac, so spoiled >>> for choice of text editors, but I'm sure there's one or 2 good uns if >>> you're on Windows. >> >> Vim and emacs, of

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Scott David Daniels
Aahz wrote: In article , Brendon Wickham wrote: I agree, no IDE needed. Just don't use Notepad! I'm on Mac, so spoiled for choice of text editors, but I'm sure there's one or 2 good uns if you're on Windows. Vim and emacs, of course. ;-) No, that is only one great editor and one abominati

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Craig
Well i use netbean is alot better i think and it work with 2.6 and 3.0 --- On Thu, 4/16/09, mousemeat wrote: From: mousemeat Subject: Re: What IDE support python 3.0.1 ? To: python-list@python.org Date: Thursday, April 16, 2009, 4:41 AM Use eclipse with the pydev module.  I use python(x,y

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Ryniek90
Temat: Re: What IDE support python 3.0.1 ? Od: Fabio Zadrozny Data: Wed, 15 Apr 2009 22:25:36 -0300 Do: Deep_Feelings Do: Deep_Feelings Kopia: python-list@python.org I want to start learning python and not wanna

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread mousemeat
Use eclipse with the pydev module. I use python(x,y) which is a big bundle of most of the python stuff you could possibly want (including scientific stuff, but its not mandatory to use it) configured to work together. It uses python 2.5. You can have the best of both worlds. Search for 'from __

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Aahz
In article , Brendon Wickham wrote: > >I agree, no IDE needed. Just don't use Notepad! I'm on Mac, so spoiled >for choice of text editors, but I'm sure there's one or 2 good uns if >you're on Windows. Vim and emacs, of course. ;-) -- Aahz (a...@pythoncraft.com) <*> http://www

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Brendon Wickham
> On IDE's, I'm afraid I'm not going to be much help because I don't use > them.  I prefer to use a decent editor (Emacs in my case, others have > their own preferences) and run my scripts from the command line.  That > said, IDLE (which comes packaged with Python) is a perfectly decent > little ID

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Scott David Daniels
Ben Finney wrote: ... the upgrade police have not been given your address yet Don't be so sure! We of the Python Secret Upgradepolice ... -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Fabio Zadrozny
> I want to start learning python and not wanna waste my time learning > python 2.x ,so i need your advise to what IDE to use for python 3.0.1 > Pydev supports Python 2.x and 3.x. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Rhodri James
On Wed, 15 Apr 2009 23:51:24 +0100, Deep_Feelings wrote: On Apr 16, 1:45 am, Benjamin Peterson wrote: Deep_Feelings gmail.com> writes: > I want to start learning python and not wanna waste my time learning > python 2.x ,so i need your advise to what IDE to use for python 3.0.1 Why do you

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Deep_Feelings
On Apr 16, 2:35 am, Ben Finney wrote: > Deep_Feelings writes: > > On Apr 16, 1:45 am, Benjamin Peterson wrote: > > > Why do you think you're wasting time with 2.x? > > > yes.. > > The question was, why do you think that? > > > should i write 2.x code then after a year or so i have to upgrade to

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Ben Finney
Deep_Feelings writes: > On Apr 16, 1:45 am, Benjamin Peterson wrote: > > Why do you think you're wasting time with 2.x? > > yes.. The question was, why do you think that? > should i write 2.x code then after a year or so i have to upgrade to > 3.0 :( ? What gives you the impression you will

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Deep_Feelings
On Apr 16, 1:45 am, Benjamin Peterson wrote: > Deep_Feelings gmail.com> writes: > > > > > I want to start learning python and not wanna waste my time learning > > python 2.x ,so i need your advise to what IDE to use for python 3.0.1 > > Why do you think you're wasting time with 2.x? yes.. shoul

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Benjamin Peterson
Deep_Feelings gmail.com> writes: > > I want to start learning python and not wanna waste my time learning > python 2.x ,so i need your advise to what IDE to use for python 3.0.1 Why do you think you're wasting time with 2.x? -- http://mail.python.org/mailman/listinfo/python-list

What IDE support python 3.0.1 ?

2009-04-15 Thread Deep_Feelings
I want to start learning python and not wanna waste my time learning python 2.x ,so i need your advise to what IDE to use for python 3.0.1 thank you -- http://mail.python.org/mailman/listinfo/python-list