Re: [ctpug] Introducing Kids to Programming: 2 or 3?

2010-09-28 Thread Piet Delport
On Mon, Sep 27, 2010 at 5:48 PM, Marco Gallotta wrote: > > > We received a grant from Google to reach 1,000 kids in South Africa > with our course in 2011. People have also shown interest in running > the course in Croatia, Poland and Egypt. We're also eyeing developing > African countries in the l

Re: Advantage of the array module over lists?

2008-03-28 Thread Piet Delport
On Mar 17, 1:49 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > I doubt that. AFAIK both arrays and lists are continuous memory-areas, > that double (at least to a certain threshold or so) when reaching the > capacity limit. For what it's worth, lists over-allocate by ~1/8, and arrays by ~1/