Fri, 21 Aug 2009 04:47:09 +, David Goldsmith wrote:
[clip]
> > > http://numpy.scipy.org/numpydoc/numpy-10.html
[clip]
> Is this editable through the Wiki? I went to the
> Docstrings page and searched for "numpydoc" and "tutorial" and got no
> hits.
This is the old Numeric module documentation
Hi, Stefan. Is this editable through the Wiki? I went to the Docstrings page
and searched for "numpydoc" and "tutorial" and got no hits.
DG
--- On Thu, 8/20/09, Stéfan van der Walt wrote:
> From: Stéfan van der Walt
> Subject: Re: [Numpy-discussion] it
Thanks for the bug report!
DG
--- On Thu, 8/20/09, Dr. Phillip M. Feldman wrote:
> From: Dr. Phillip M. Feldman
> Subject: [Numpy-discussion] itemsize() doesn't work
> To: numpy-discussion@scipy.org
> Date: Thursday, August 20, 2009, 5:46 PM
>
> I've been readi
2009/8/20 Stéfan van der Walt :
> 2009/8/20 Dr. Phillip M. Feldman :
>>
>> I've been reading the online NumPy tutorial at the following URL:
>>
>> http://numpy.scipy.org/numpydoc/numpy-10.html
>>
>> When I try the following example, I get an error message:
>>
>> In [1]: a=arange(10)
>> In [2]: a.it
2009/8/20 Dr. Phillip M. Feldman :
>
> I've been reading the online NumPy tutorial at the following URL:
>
> http://numpy.scipy.org/numpydoc/numpy-10.html
>
> When I try the following example, I get an error message:
>
> In [1]: a=arange(10)
> In [2]: a.itemsize()
This is a mistake, and should be
I've been reading the online NumPy tutorial at the following URL:
http://numpy.scipy.org/numpydoc/numpy-10.html
When I try the following example, I get an error message:
In [1]: a=arange(10)
In [2]: a.itemsize()
---
TypeErr