Jan 26, 2021 | Automation Scripts, Python
In this tutorial, we are going to learn how to import JSON data into an Excel spreadsheet using Python. JSON Data Generator: https://next.json-generator.com/V1okdXgst XlsxWriter: https://xlsxwriter.readthedocs.io/ PS: To interact with an Excel spreadsheet, I will be...
Jan 25, 2021 | Automation Scripts, Python
TinyPNG is a website specialize in PNG and JPEG files compression technology. This is useful when your app or website host many images and you want to reduce the file size. TinyPNG ‘s Python library is extremely easy to use. The only thing I wish the API can...
Jan 7, 2020 | Automation Scripts, Python
In this tutorial, I will be sharing 5 really useful tips when working with zip archive file using the zipfile library in Python. If you have never use zipfile module before, zipfile is a standard Python module specifically dealing with zip files to create, read,...
Sep 18, 2019 | Automation Scripts, Google Sheets API, Python
Google Sheets API for Python In this Python tutorial we are going to learn how to use Google Sheets API (also called Sheets API) to add a worksheet to an existing Google Sheets file. Using Sheets API we can manipulate (read, write, update, delete) just about...
Aug 29, 2019 | Automation Scripts, Python
Python Tutorial data-ad-client="ca-pub-3255865697013143" data-ad-slot="9175411624" data-ad-format="auto" data-full-width-responsive="true"> data-ad-client="ca-pub-3255865697013143" data-ad-slot="9175411624" data-ad-format="auto" data-full-width-responsive="true">...
Jul 30, 2019 | Automation Scripts, Google Drive API, Google Sheets API, Python
Intro Microsoft Excel and Google Sheets are the two most popular and widely used spreadsheet software today. Google Sheets emphasizes on the seamless collaboration on the web while Excel provides great performance and analytics features on people’s desktop. Since both...