I found several functions from Python Libraries that allow you to reverse geocode. The problem I have is with initializing the function and specifying the parameters, I don't know what a user-agent or what an API is. The functions I would want to use are from reverse_geocode, and geopy_geocoders.
I have a list of tuples where each tuple is a coordinate representing a latitude and longitude: ((##,##),(##,##),...,(##,##)). All I want to do is put this list through a function that outputs a list corresponding to each coordinates associated State, Country.