How to Automatically Transcribe a Notion MP3 File

Time is super valuable. If we can save ourselves a few minutes or hours each day from having to do repetitive tasks, we can spend that saved time on activities we love. As programmers, we can automate some of these repetitive tasks and get back to living the life we want. Let’s look at creatingContinue reading “How to Automatically Transcribe a Notion MP3 File”

How to Automatically Analyze Documents with Python

Analyzing a stack of documents is a pain. Why do it yourself when you can automate it? In this post we’ll go over how you can automatically analyze documents with Python. We’ll be doing this with the help of The Text API, the best comprehensive sentiment analysis web API. First, let’s go over what goesContinue reading “How to Automatically Analyze Documents with Python”

How to Send Simple Emails in Python

It’s not exactly the hardest thing to get on a web browser or open an email app and send emails. Wouldn’t it be cool to be able to send emails programmatically though? In this post we’ll go over how to send a simple email with Python. At the end of this tutorial, you should beContinue reading “How to Send Simple Emails in Python”