> > -----Original Message----- > > Date: Fri, 8 Jun 2007 00:19:39 +0100 > > From: "Alan Gauld" <[EMAIL PROTECTED]> > > Subject: Re: [Tutor] Invoking Python from Vim > > To: tutor@python.org > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > > reply-type=original > > > > > > "Matt Smith" <[EMAIL PROTECTED]> wrote > > > > > Do any Vim users have a better way of running a Python > program while > > > it > > > is being edited in Vim? > > > > My personal preference is to have 3 windows open: > > > > 1) gvim for editing the files > > 2) a console for running the files using command recall to do so > > 3) a console running a python shell prompt > > (actually nowadays I'm using a a PyCrust shell) > > > > And I alt-tab between the windows.
I also use the three window solution(VIM, IPython, and shell to run program.) You might look at Pida which turns VIM into a IDE. I'm not sure, but I think it's Python friendly since it's written in Python. http://pida.co.uk/ Mike _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor