Re: [Tutor] Python equivalent to Matlab keyboard function

2009-12-04 Thread Alan Gauld
"Tim Goddard" wrote My problem is I can't run the code in the interactive console. If its any consolation I couldn't get Eclipse's interactive session working well either. However... I guess I'll have to spend some time reading more about eclipse and getting the interactive feature wor

Re: [Tutor] Python equivalent to Matlab keyboard function

2009-12-04 Thread Tim Goddard
> > Message: 6 > Date: Fri, 4 Dec 2009 11:57:45 -0500 > From: Kent Johnson > To: Tim Goddard > Cc: tutor@python.org > Subject: Re: [Tutor] Python equivalent to Matlab keyboard function > Message-ID: >        <1c2a2c590912040857nacae64jcd9feab87af58...@mail.gmail.c

Re: [Tutor] Python equivalent to Matlab keyboard function

2009-12-04 Thread Kent Johnson
On Fri, Dec 4, 2009 at 11:10 AM, Tim Goddard wrote: > This is probably an easy one. > > When I was writing Matlab m-files, I really enjoyed the ability to > stop the code to check how values were being stored or to 'step' into > a function with the keyboard function. > > I have numerous 'environme

[Tutor] Python equivalent to Matlab keyboard function

2009-12-04 Thread Tim Goddard
This is probably an easy one. When I was writing Matlab m-files, I really enjoyed the ability to stop the code to check how values were being stored or to 'step' into a function with the keyboard function. I have numerous 'environments'? as part of Python (x,y) including IDLE, Eclipse, and Spyder