Re: [Tutor] new to programming and wondering about an IDE for Python on Linux

2012-03-01 Thread Steven D'Aprano
On Mon, Feb 27, 2012 at 07:22:20AM -0800, John Jensen wrote: > Hi All, > > I'm new to programming and wondering about an IDE for Python on Linux. > I'd appreciate any feedback on this and good tutorials or books on > Python 3 and the IDEs suggested. There are many available and I'm > wondering

Re: [Tutor] new to programming and wondering about an IDE for Python on Linux (Robert Sjoblom)

2012-02-28 Thread Joaquim Santos
-- > > Message: 1 > Date: Mon, 27 Feb 2012 20:10:42 +0100 > From: Robert Sjoblom > To: Alan Gauld > Cc: tutor@python.org > Subject: Re: [Tutor] new to programming and wondering about an IDE for >P

Re: [Tutor] new to programming and wondering about an IDE for Python on Linux

2012-02-27 Thread Robert Sjoblom
>> I'd appreciate any feedback on this and good tutorials or books on >> Python 3 and the IDEs suggested. There are many available and I'm >> wondering what you as users find effective. I fiddled a bit with the Eric Python IDE; Eric5 for Python3 and Eric4 for Python2; overall I'd say that Eclipse

Re: [Tutor] new to programming and wondering about an IDE for Python on Linux

2012-02-27 Thread Alan Gauld
On 27/02/12 15:22, John Jensen wrote: I'm new to programming and wondering about an IDE for Python on Linux. Linux is an IDE :-) But, smiley's aside it's true. You can use basic tools like vim, emacs and terminal windows etc. To cut n paste between them is trivial (Much more so than in Window

[Tutor] new to programming and wondering about an IDE for Python on Linux

2012-02-27 Thread John Jensen
Hi All, I'm new to programming and wondering about an IDE for Python on Linux. I'd appreciate any feedback on this and good tutorials or books on Python 3 and the IDEs suggested. There are many available and I'm wondering what you as users find effective. Thanks, John_