On 11/05/07, Jeff Peery <[EMAIL PROTECTED]> wrote:
> ok, thanks. so is there a difference in performance if I do it this way
> versus if I use say a numpy function on an array? thanks.

I don't know enough about numpy to answer your quesiton, but you may
be able to answer it yourself: check out the timeit module.  Type
'import timeit' and then 'help(timeit)' from the python interpreter.

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to