Re: whos -- a function listing objects

2005-06-17 Thread Fernando Perez
[EMAIL PROTECTED] wrote: > That is nice. I didn't know iPython can do whos. Will try it. > > iPython seems to infinitely configurable. Hope it will not suck too > much of my time into it. It is. It probably will. It did to me :) At least, I hope it will have been time well spent. Best, f

Re: whos -- a function listing objects

2005-06-17 Thread benyang22
That is nice. I didn't know iPython can do whos. Will try it. iPython seems to infinitely configurable. Hope it will not suck too much of my time into it. -- http://mail.python.org/mailman/listinfo/python-list

Re: whos -- a function listing objects

2005-06-17 Thread benyang22
whos.py as a module would not work for global scope, as it hides the function whos in the module scope. I have fixed the string bug. -- http://mail.python.org/mailman/listinfo/python-list

Re: whos -- a function listing objects

2005-06-17 Thread Fernando Perez
[EMAIL PROTECTED] wrote: > I have been a long time Matlab user. I Python, I miss Matlab's whos > command. you might want to look at ipython. whos, and a bit more come for free: planck[~]> ipython -pylab Python 2.3.4 (#1, Feb 2 2005, 12:11:53) Type "copyright", "credits" or "license" for more

Re: whos -- a function listing objects

2005-06-17 Thread Piet van Oostrum
> [EMAIL PROTECTED] (b) wrote: >b> I have been a long time Matlab user. I Python, I miss Matlab's whos >b> command. >b> So I have written a little utility whos.py, which can be downloaded >b> here: >b> http://beluga.eos.ubc.ca/~tang/softwares/python/ >b> Here is the doc string: >b> # Before

whos -- a function listing objects

2005-06-16 Thread benyang22
I have been a long time Matlab user. I Python, I miss Matlab's whos command. So I have written a little utility whos.py, which can be downloaded here: http://beluga.eos.ubc.ca/~tang/softwares/python/ Here is the doc string: # Before using whos, do: execfile('whos.py') #=== EXAMPLES === # to see