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
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
> 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
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
> 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
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
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
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
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