python array data structure

Grégoire Dooms dooms at info.LESS.ucl.SPAM.ac.be
Mon Jun 14 04:07:28 EDT 2004


lenk wrote:
> Hi all,
> I want to learn the data structure of python array,
> is there any website or book for learning
If your refer to lists look at
the python tutorial http://www.python.org/doc/current/tut (section 3.1.4 
and 5.1)

If you want array() look at the NumArray module:
http://stsdas.stsci.edu/numarray/numarray-0.9.html/index.html

For beginner questions, refer to the python-tutor mailing list: 
mailto:tutor at python.org

HTH,
--
Grégoire Dooms

> 
> thanks
> 



More information about the Python-list mailing list