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