Python Tutorial
Python is a verstile programming language that has gained a lot of attention and popularity. Using Python, you do things like develop web applications, desktop applications, task automation, artificial intelligence (AI), big data, data analytics, machine learning (ML), and many other things.
Python is really becoming as the leader in data science and data analytics. With so many open source libraries to choose from (Pandas, scikit-learn, NumPy, Matplotlib), learning data analysis in Python just got so much easier.
Reading Data From Google Sheets | Google Sheets API in Python (Part 4)
From last Google Sheets API in Python lesson, we learned how to write data to Google Sheets using Google Sheets API. In this lesson, we will be learning how to use Google Sheets API to read data from a Google Sheets file in Python. Buy Me a Coffee? Your support is...
Writing Data To Google Sheets | Google Sheets API in Python (Part 3)
From the last lesson, we learned how to create a new Google Sheets file using Google Sheets API. In this lesson, we are going to learn how to write data to existing worksheets. Buy Me a Coffee? Your support is much appreciated! PayPal Me:...
Creating Google Sheets File | Google Sheets API in Python (Part 2)
In part 2 of the Google Sheets API in Python series, we will learn how to use Google Sheets API to create a Google Sheets file along with configuring some useful default settings such as auto-calculation setting, time zone, default worksheets. Buy Me a Coffee? Your...
Getting Started | Google Sheets API in Python (Part 1)
Google Sheets API is one of the most useful and versatile Google APIs currently, giving the Sheets API is on version 4, the API has evolved coming from a long way. At the same time, because there are so many layers and properties involved, the Sheets API can take a...
Add, Copy, Remove Rows on a table widget | PyQt5 Tutorial
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:
How to pass data from one window to another | PyQt5 Tutorial
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...
How to use Gmail API to send an email in 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...
Python SQLite Crash Course | Learn how to manage your own database system
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...
Google Tasks API and Python | Tasks Resource (Part 3)
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...
Google Tasks API and Python | Tasklists Resource (Part 2)
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....
