life_in_weeks.ipynb
by Mike Levin
Monday, January 02, 2023What do you do once you’ve created a week_index of your life starting from the week you were born? Well, you scan Google Photos. Oh, this idea is too good to not put in pipulate examples. Plan what it’s going to look like as a Jupyter Notebook in the practice folder:
life_in_weeks.ipynb
The prevailing structure for this is already in the last blog post. I’m very happy with this namedtuple-per-week approach. Next step? It seems the Google Photos API supports:
dateFilter={'ranges': [{'startDate': start_date}]},