Best way to grab rows from a column and add their value to a list or dictionary in Python?

Options

There is a column populated with email addresses that I am trying to grab the values of for a script in python. I've managed to grab the sheet object. How do I go about adding the values from the column to a dictionary?

Answers