Re: [Tutor] question about listing variables defined since session started

2012-05-01 Thread Prasad, Ramit
Steven D'Aprano wrote: > Prasad, Ramit wrote: > >> Steven D'Aprano wrote: > >> Robert Sjoblom wrote: > >>> On 30 April 2012 23:25, Comer Duncan wrote: > Hi, > > I have a newbie type question. Say I have started a python (or > ipython) session and have done some imports and hav

Re: [Tutor] question about listing variables defined since session started

2012-05-01 Thread Steven D'Aprano
Prasad, Ramit wrote: Steven D'Aprano wrote: Robert Sjoblom wrote: On 30 April 2012 23:25, Comer Duncan wrote: Hi, I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So

Re: [Tutor] question about listing variables defined since session started

2012-05-01 Thread Prasad, Ramit
> Steven D'Aprano wrote: > Robert Sjoblom wrote: > > On 30 April 2012 23:25, Comer Duncan wrote: > >> Hi, > >> > >> I have a newbie type question. Say I have started a python (or > >> ipython) session and have done some imports and have also defined some > >> new variables since the session start

Re: [Tutor] question about listing variables defined since session started

2012-04-30 Thread Steven D'Aprano
Robert Sjoblom wrote: On 30 April 2012 23:25, Comer Duncan wrote: Hi, I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So, I have in my current namespace a bunch of t

Re: [Tutor] question about listing variables defined since session started

2012-04-30 Thread Robert Sjoblom
> What's "who and whos"? They're matlab functions: who lists the variables currently in the workspace. whos lists the current variables and their sizes and types. It also reports the totals for sizes. -- best regards, Robert S. ___ Tutor maillist - Tu

Re: [Tutor] question about listing variables defined since session started

2012-04-30 Thread Steven D'Aprano
Comer Duncan wrote: Hi, I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So, I have in my current namespace a bunch of things. Suppose I want to list just those variab

Re: [Tutor] question about listing variables defined since session started

2012-04-30 Thread Alan Gauld
On 30/04/12 22:25, Comer Duncan wrote: I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So, I have in my current namespace a bunch of things. Suppose I want to list ju

Re: [Tutor] question about listing variables defined since session started

2012-04-30 Thread Robert Sjoblom
On 30 April 2012 23:25, Comer Duncan wrote: > Hi, > > I have a newbie type question.  Say I have started a python (or > ipython) session and have done some imports and have also defined some > new variables since the session started.  So, I have in my current > namespace a bunch of things. Suppose

[Tutor] question about listing variables defined since session started

2012-04-30 Thread Comer Duncan
Hi, I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So, I have in my current namespace a bunch of things. Suppose I want to list just those variable names which have b