Google Apps Script is no doubt the best when you are trying to automate the boring stuffs that you do on day to day basis. Google has created a complete ecosystem including Google Big Query, Google Drive, Google Colab and Google Apps Script by using these you can fully utilize the power of cloud and […]
Rename files using Google Apps Script on Google Drive
There are times when you want to automatically rename files using Google Apps Script in a folder specially when you are working on some automated task. Google Apps Script with the power of Google Cloud Platform has a lot of positives like you can write it on the web, run on the web and also […]
Import CSV file data to Google Spreadsheet using Google Apps Script
Google Apps Script is a powerful development platform by Google, where you code in JavaScript and can easily access built-in libraries for your favorite G Suite applications like Gmail, Calendar, Drive, and more to create enhanced option/functionalities which are not available. directly. Here in this post, we’ll see how we can Import CSV file data […]
Automating Python Script to Run at Specific Time Every Day using Windows Task Scheduler
No doubt the 21st century is all about Python, Machine Learning and Artificial Intelligence. While working on these technologies is pretty exciting but there are processes that you perform on a day to day task. Say, for example, downloading a file from a particular location daily for updated content or transferring files from one drive […]
Python Script to transfer file from one location to another
Python is very useful for performing basic tasks like transferring the file from one location to another with few lines of code. The best of using python is that there are already loads of packages that contains already written functions and codes which you can reuse while working on your project. Also, Python scripts are […]
Defining Functions in Python for Machine Learning and Data Analysis
Here in this post, we will see how to define a function in python along with the importance of Functions in Python for Machine Learning and Data Analysis. We’ll start with the definition of function and then see some basic syntax with examples and in last we’ll discuss some use cases in the real world. What […]