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