Jul 9, 2019 | PyQt5, Python
PyQt5 is a Python framework gives you the tools to build different types of Python GUI applications. In this tutorial video, we will learn how to keeps your PyQt application positioning in the center of your monitor when launching....
Jul 9, 2019 | Data Analytics, Pandas, Python
By default, when you concatenate two dataframes with duplicate records, Pandas automatically combine them together without removing the duplicate rows. In this tutorial I will show you how to concatenate two dataframes and leave just the unique rows....
Jul 8, 2019 | Data Analytics, Data Visualization, Python
Python and Pandas are great tools for data analysis, and Matplotlib is great for visualization. In this tutorial we are going to take a look at how to create a column stacked graph using Pandas’ Dataframe and Matplotlib library....
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...