How to increment date by week?

2013-06-04 Thread PieGuy
   Starting on any day/date, I would like to create a one year list, by week 
(start date could be any day of week).  Having a numerical week index in front 
of date, ie 1-52, would be a bonus.  
   ie, 1.  6/4/2013
   2.  6/11/2013
   3.  6/18/2013etc to # 52.

   And to save that result to a file.
   Moving from 2.7 to 3.3
TIA
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: How to increment date by week?

2013-06-05 Thread PieGuy
On Tuesday, June 4, 2013 2:31:07 PM UTC-7, PieGuy wrote:
> Starting on any day/date, I would like to create a one year list, by week 
> (start date could be any day of week).  Having a numerical week index in 
> front of date, ie 1-52, would be a bonus.  
> 
>ie, 1.  6/4/2013
> 
>2.  6/11/2013
> 
>3.  6/18/2013etc to # 52.
> 
> Thank you Python Community!  I am almost 75, moving from 2.7 to 3.n, just 
> started with Linux Ubuntu, and using WING IDE but my 3 Python books do not 
> offer the clarity of this group.  Again, thanks to all who responded.  
> 
>And to save that result to a file.
> 
>Moving from 2.7 to 3.3
> 
> TIA

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