Silly Question

Terry Reedy tjreedy at udel.edu
Tue Mar 11 09:41:50 EST 2003


"Clint Bailey" <Photoman6x6 at hotmail.com> wrote in message
news:e4lba.24137$y24.20074 at fe02.atl2.webusenet.com...
> I've been studying Magnus Lie Hetland's book, Practical Python, for
some
> time now. For some time something has struck me. Is there such an
object as
> an ARRAY in the Python language.

Python's tuples and lists are heterogeneous arrays, immutable and
mutable respectively.  The array module provides homegeneous arrays
most like those in C, etc.

> I am a neophyte, I know this, so don't flame me too harshly, K?

Just enough to warm you up?

Terry J. Reedy






More information about the Python-list mailing list