Re: What IDE support python 3.0.1 ?

2009-05-04 Thread JussiJ
On Apr 16, 1:26 pm, Brendon Wickham brendon.wick...@gmail.com 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:

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-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 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-16 Thread Ryniek90
Temat: Re: What IDE support python 3.0.1 ? Od: Fabio Zadrozny fabi...@gmail.com Data: Wed, 15 Apr 2009 22:25:36 -0300 Do: Deep_Feelings doctore...@gmail.com Do: Deep_Feelings doctore...@gmail.com Kopia: python-list

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 mousem...@gmail.com wrote: From: mousemeat mousem...@gmail.com Subject: Re: What IDE support python 3.0.1 ? To: python-list@python.org Date: Thursday, April 16, 2009, 4:41 AM Use eclipse

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Scott David Daniels
Aahz wrote: In article mailman.3975.1239852366.11746.python-l...@python.org, Brendon Wickham brendon.wick...@gmail.com 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

Re: What IDE support python 3.0.1 ?

2009-04-16 Thread Aahz
In article hvudnr3xsqnmynrunz2dnuvz_rkdn...@pdx.net, Scott David Daniels scott.dani...@acm.org wrote: Aahz wrote: In article mailman.3975.1239852366.11746.python-l...@python.org, Brendon Wickham brendon.wick...@gmail.com wrote: I agree, no IDE needed. Just don't use Notepad! I'm on Mac, so

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

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Benjamin Peterson
Deep_Feelings doctoresam at 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

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Deep_Feelings
On Apr 16, 1:45 am, Benjamin Peterson benja...@python.org wrote: Deep_Feelings doctoresam at 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

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Ben Finney
Deep_Feelings doctore...@gmail.com writes: On Apr 16, 1:45 am, Benjamin Peterson benja...@python.org 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

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Deep_Feelings
On Apr 16, 2:35 am, Ben Finney ben+pyt...@benfinney.id.au wrote: Deep_Feelings doctore...@gmail.com writes: On Apr 16, 1:45 am, Benjamin Peterson benja...@python.org wrote: Why do you think you're wasting time with 2.x? yes.. The question was, why do you think that? should i write

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 doctore...@gmail.com wrote: On Apr 16, 1:45 am, Benjamin Peterson benja...@python.org wrote: Deep_Feelings doctoresam at gmail.com writes: I want to start learning python and not wanna waste my time learning python 2.x ,so i need your

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 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 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 IDE.  

Re: What IDE support python 3.0.1 ?

2009-04-15 Thread Aahz
In article mailman.3975.1239852366.11746.python-l...@python.org, Brendon Wickham brendon.wick...@gmail.com 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