Jun 1, 2020 | Automate Google Tasks API with Python, Python
In this Python tutorial, I will be covering how to use SQLite3 database in Python. SQLite database is a light-weighted open-source file-based relational #database system that can be used with just about all programming languages, such as C#, C++, Java, and Python. And...
May 26, 2020 | Automate Google Tasks API with Python, Python
In part 3 of the Google Tasks API with Python tutorial, I will go through each Tasks Resource method. So what is a Task? A task containing information such as the title of the task, notes, the due date, and the completed date. Google Tasks is a very popular To-Do app...
May 26, 2020 | Automate Google Tasks API with Python, Python
In part 2 of the Google Tasks API with Python tutorial, II will go through each Tasklists Resource method. So what is a Task list? A task list is a list containing tasks. Users can have more than one task list to manage their tasks the way they want in Google Tasks....
May 26, 2020 | Automate Google Tasks API with Python, Python
In part 1 of the Google Tasks API with Python tutorial, I will 1) give a quick overview of the API, 2) show you how to enable the API, and 3) create a Google Tasks API service instance so you can start using the API. Google Tasks is a very popular To-Do app created by...