Jul 8, 2019 | Google API (General), Python
Google has quiet many API services, from Google Sheets, Google Tasks, Vision API, Photos Album, and many more. Since Google has so many API services, sometimes it is hard to track the what APIs are avaiable, what APIs are depreciated, and what is the latest version of...
Jul 3, 2019 | Google Calendar API, Google Sheets API, Google Translation API, Python
When you work with most of the Google APIs (excluding AI and Machine Learning APIs), the first thing you will have to do is to create a Service instance to connect to the Google API endpoint. Since the steps to create a Service instance for Google APIs services are...
Jul 2, 2019 | Automation Scripts, Google Sheets API, Python, win32com
Google Sheets and Microsoft Excel are no doubt the two most and widely used spreadsheet software today. In this tutorial I will be showing you how to use Google Sheets API and win32com module to integrate these two applications in Python. We will be using Google...
Jul 1, 2019 | Google Sheets API, Python, win32com
Google Sheets and Microsoft Excel are no doubt the two most and widely used spreadsheet software today. In this tutorial I will be showing you how to use Google Sheets API and win32com module to integrate these two applications in Python. We will be using win32com to...
Jun 17, 2019 | Google Translation API, Python
Almost majority of people who have used Google before have used Google Translation at some point. The Google Translation API is part of the Google AI & Machine Learning Products. With Google Translation API, we can easily integrate this feature with any web or...