Unfortunately, I'm in something of a bind with version. Although, I
wonder if I can operate two versions of Python on the same Win XP?
Whoops, I read that wrong. Yes, I think I can upgrade numpy without much
difficulty. I am stuck with holding on the current version of Python.
Robert Kern wrot
On Sun, Dec 20, 2009 at 22:44, Wayne Watson
wrote:
> 1.2.0. Did you find the description in the reference manual?
No, he found it using help(numpy.dot) using a more recent version of
numpy. I highly recommend upgrading.
--
Robert Kern
"I have come to believe that the whole world is an enigma,
1.2.0. Did you find the description in the reference manual?
Charles R Harris wrote:
>
>
> On Sun, Dec 20, 2009 at 7:37 PM, Wayne Watson
> mailto:sierra_mtnv...@sbcglobal.net>>
> wrote:
>
> I've just become acquainted with the help command in WinXP IDLE.
> help(numyp.sin) works fine. Wha
On Sun, Dec 20, 2009 at 7:37 PM, Wayne Watson
wrote:
> I've just become acquainted with the help command in WinXP IDLE.
> help(numyp.sin) works fine. What's going on with dot?
>
> >>> help(numpy.core.multiarray.dot)
> Help on built-in function dot in module numpy.core.multiarray:
>
> dot(...)
>
>
I've just become acquainted with the help command in WinXP IDLE.
help(numyp.sin) works fine. What's going on with dot?
>>> help(numpy.core.multiarray.dot)
Help on built-in function dot in module numpy.core.multiarray:
dot(...)
Is there help for dot?
--
Wayne Watson (Watson Adventu