On Thu, Mar 7, 2013 at 8:23 PM, Sven <sven...@gmail.com> wrote:
> Now I would like to iterate over P and place one N at each point. However if
> you run out of N I'd like to restart from N[0] and carry on until all the
> points have been populated.

Check out itertools.cycle, it should do what you want.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to