Is Python really slow?

Dale Strickland-Clark dale at out-think.NOSPAMco.uk
Sun May 28 09:47:27 EDT 2000


No. It generates numbers as they are needed.

--
Dale Strickland-Clark
Out-Think Ltd, UK
Business Technology Consultants

Makhno <mak at imakhno.freeserve.co.uk> wrote in message
news:8goufe$17n$1 at newsg4.svr.pol.co.uk...
> >I have implemented  loop in Python
> >
> >for k in xrange(1,100000000):
> >   pass
>
> Does xrange create an array of numbers 1...1e8?
>
>
>





More information about the Python-list mailing list