Jun 8, 2020 | PyQt5, Python
In this PyQt5 tutorial, I will be showing you how to add, copy, and remove rows on a QTableWidget. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code:
Jun 4, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to learn how to pass information from one window to another. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import...
Jun 3, 2020 | Google Gmail API, Python
In this Python tutorial, we will learn how to send an email using Google Gmail API service. Using Gmail API, we can Read and send messages, manage drafts and attachments, search threads and messages, work with labels, setup push notifications, and manage Gmail...
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....