[Numpy-discussion] how to insert some specific delay

2012-02-08 Thread Debashish Saha
how to insert some specific delay in python programming using numpy command. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] how to insert some specific delay

2012-02-08 Thread Chris Barker
On Wed, Feb 8, 2012 at 10:18 AM, Debashish Saha silid...@gmail.com wrote: how to insert some specific delay in python programming using numpy command. do you mean a time delay? If so -- numpy doesn't (and shouldn't) have such a thing. however, the time module has time.sleep() whether it's a