I am a programming beginner and thing I\'m trying to learn how to use google API with Python.
Python
I have:
I know that this post was answered but the following is a cleaner way to specify the GOOGLE_APPLICATION_CREDENTIALS variable.
GOOGLE_APPLICATION_CREDENTIALS
client = language.LanguageServiceClient.from_service_account_json("/path/to/file.json")