Eyana Mallari In her element

Excel

Upload files to GDrive using Python - Part 2

Welcome back! Let's continue learning how to upload files to GDrive automatically using Python. To recap, we've learned in Part 1 the basics of establishing a connection to Google APIs...

Upload files to GDrive using Python - Part 1

Learn how to use Python to make most of Google products. Let's start with a simple use case: uploading files to GDrive automatically. Python is extremely useful at work, especially...

Split Excel files using Python

I use Python to split a huge database into multiple files. This is useful if you want to distribute different sets of data to various users. For this tutorial, I...