Beginner’s Mind
As I embarked on my journey to learn python, I began by exploring a number of different approaches. I finally settled on using “beginner’s mind” (shoshin to those of you out there that know anything about Zen Buddhism).
Write to a Google Spreadsheet from a Python script
Suppose you want to write to a Google Spreadsheet from a Python script. Here’s an example spreadsheet that you might want to update from a script:

I did some searching and found this page, which quickly led me to the Python Developer’s Guide for the Google Spreadsheet API.
Read more on Write to a Google Spreadsheet from a Python script…