Eyana Mallari In her element

Send emails in Outlook using Python

Here's a quick and easy way to send customized emails to multiple recipients in Microsoft Outlook. You'll only need a list of contacts, an Outlook account and Python. Perfect for lead generation and email marketing...

List your folders in Google Drive using Python

To keep track of all your folders and files in Google Drive, you can run a Python script that automatically scrapes information of all the content uploaded in your account. Let me show you how!...

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 and using these APIs to...

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 when your organization is subscribed...

Five lessons I've learned from Tableau Conference 2018 #TC18

Attending the Tableau Conference 2018 in New Orleans, Louisiana is definitely a milestone in my tech career! I had a great time immersing myself with fellow data geeks and learning best practices in Big Data...

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 will be working with Excel...