Python and Google Sheets

from blog Brain Dump, | ↗ original
Using Google Sheets from Python The API for Google’s spreadsheets has seen a few revisions now, so there’s a ton of stale information floating around. This post is not a step-by-step tutorial, but it is meant to point to what’s working well for me right now, in Feb 2020. Libraries Three libraries are bearing most of the load for me: gspread -...