Re: [Tutor] most useful ide

2014-02-03 Thread Francois Dion
On Sun, Feb 2, 2014 at 3:25 AM, Ian D wrote: > Are there any recommendations for python ide's > Since you mentionned windows and lightweight and autocompletion, i'd take a look at ninja-ide (http://ninja-ide.org/). It is relatively lightweight. In my case, I use pycharm for larger projects (vcs

Re: [Tutor] most useful ide

2014-02-03 Thread Alan Gauld
On 03/02/14 10:30, Ian D wrote: I was mainly looking for a more user friendly ide in a windows If you are on windows then look at Pythonwin it's similar to IDLE but much more windows friendly and has some extra tools for working with Windows (eg a COM object inspector) You get it in the wi

Re: [Tutor] most useful ide

2014-02-03 Thread Oscar Benjamin
On Mon, Feb 03, 2014 at 10:30:59AM +, Ian D wrote: > Thanks for all the responses > > I was mainly looking for a more user friendly ide in a windows environment > with things like command completion etc. Like something a novice might use. > I suppose vi is simple and available for windows bu

Re: [Tutor] most useful ide

2014-02-03 Thread Ian D
d if there is something with a few more bells and whistles. From: dux...@hotmail.com To: tutor@python.org Date: Sun, 2 Feb 2014 08:25:16 + Subject: [Tutor] most useful ide Hi Are there any recommendations for python ide's currently I am using idle, which seems pretty dec

Re: [Tutor] most useful ide

2014-02-03 Thread spir
On 02/02/2014 09:10 PM, Pierre Dagenais wrote: On 14-02-02 01:16 PM, Kodiak Firesmith wrote: Pycharm is nice for bigger projects (since tou can collapse any section); but it's crazy resource intensive. For Linux Gedit can be made very nice I prefer Geany as it will run my code with a click

Re: [Tutor] most useful ide

2014-02-02 Thread spir
On 02/02/2014 09:10 PM, Pierre Dagenais wrote: On 14-02-02 01:16 PM, Kodiak Firesmith wrote: Pycharm is nice for bigger projects (since tou can collapse any section); but it's crazy resource intensive. For Linux Gedit can be made very nice I prefer Geany as it will run my code with a click

Re: [Tutor] most useful ide

2014-02-02 Thread Wiktor Matuszewski
W dniu 2014-02-02 18:56, Albert-Jan Roskam pisze: >> On 02/02/14 08:25, Ian D wrote: >> >>> Are there any recommendations for python ide's >> >> Lots depending who you ask... > > If you ask me: Spyder (free) or PyCharm (free for open source projects) ;-) There is also PyCharm Community Edition.

Re: [Tutor] most useful ide

2014-02-02 Thread Ken G.
On 02/02/2014 03:10 PM, Pierre Dagenais wrote: On 14-02-02 01:16 PM, Kodiak Firesmith wrote: Pycharm is nice for bigger projects (since tou can collapse any section); but it's crazy resource intensive. For Linux Gedit can be made very nice I prefer Geany as it will run my code with a click o

Re: [Tutor] most useful ide

2014-02-02 Thread Oscar Benjamin
On Feb 2, 2014 8:17 PM, "Pierre Dagenais" wrote: > > > > On 14-02-02 01:16 PM, Kodiak Firesmith wrote: > > Pycharm is nice for bigger projects (since tou can collapse any section); > > but it's crazy resource intensive. For Linux Gedit can be made very nice > > I prefer Geany as it will run my co

Re: [Tutor] most useful ide

2014-02-02 Thread Pierre Dagenais
On 14-02-02 01:16 PM, Kodiak Firesmith wrote: > Pycharm is nice for bigger projects (since tou can collapse any section); > but it's crazy resource intensive. For Linux Gedit can be made very nice I prefer Geany as it will run my code with a click of the mouse. > for python, and of course vim

Re: [Tutor] most useful ide

2014-02-02 Thread Kodiak Firesmith
Pycharm is nice for bigger projects (since tou can collapse any section); but it's crazy resource intensive. For Linux Gedit can be made very nice for python, and of course vim in the shell is very nice with the right ~/.vimrc. On Feb 2, 2014 11:20 AM, "scurvy scott" wrote: > Hi > > Are there an

Re: [Tutor] most useful ide

2014-02-02 Thread Albert-Jan Roskam
>Subject: Re: [Tutor] most useful ide > >On 02/02/14 08:25, Ian D wrote: > >> Are there any recommendations for python ide's > >Lots depending who you ask... If you ask me: Spyder (free) or PyCharm (free for open source projects) ;-)

Re: [Tutor] most useful ide

2014-02-02 Thread scurvy scott
Hi Are there any recommendations for python ide's currently I am using idle, which seems pretty decent but am open to any suggestions cheers I personally prefer the Linux interpreter. Since you're asking. Scott On Sun, Feb 2, 2014 at 10:43 AM, Asokan Pichai wrote: > > > > On Sun, Feb 2, 2

Re: [Tutor] most useful ide

2014-02-02 Thread Asokan Pichai
On Sun, Feb 2, 2014 at 1:55 PM, Ian D wrote: > Hi > > Are there any recommendations for python ide's > > currently I am using idle, which seems pretty decent but am open to any > suggestions > cheers > While not an IDE in the usual sense I have found IPython a great addition to my toolkit. YMMV

Re: [Tutor] most useful ide

2014-02-02 Thread Alan Gauld
On 02/02/14 08:25, Ian D wrote: Are there any recommendations for python ide's Lots depending who you ask... currently I am using idle, which seems pretty decent but am open to any suggestions If it works for you then use it. The thing about IDEs is that they ae very personal. Some people

[Tutor] most useful ide

2014-02-02 Thread Ian D
Hi Are there any recommendations for python ide's currently I am using idle, which seems pretty decent but am open to any suggestions cheers ___ Tutor maillist - Tutor@python.org To unsubscribe or chang