Python’s rich library – a tutorial

3 years ago

The Python rich library is a package for having clearer, styled, and colored output in the terminal. rich works across…

3 ways to do RPA with Python

3 years ago

In this post we'll cover a few packages for doing robotic process automation with Python. Robotic process automation, or RPA,…

How to solve Sudoku with R

3 years ago

In this post we discuss how to write an R script to solve any Sudoku puzzle. There are some R…

How to schedule a Python script on a Mac

3 years ago

In a previous article, we talked about how to run Python from the Windows Task Scheduler. This post will cover…

Why you should use vapply in R

4 years ago

In this post we'll cover the vapply function in R. vapply is generally lesser known than the more popular sapply,…

How to create a progress bar in Python

4 years ago

Creating a progress bar is really useful if you have a long-running task and you'd like to know how far…

How to create an API for your R code

4 years ago

In the video linked below we discuss how to convert your R code into an API using the awesome plumber…

How to scrape news articles with Python

4 years ago

In this post we're going to discuss how to scrape news articles with Python. This can be done using the…

How to create PowerPoint reports with R

4 years ago

In my last post, we discussed how to create and read Word files with R's officer package. This article will…

How to read and create Word Documents in R

4 years ago

Reading and creating word documents in R In this post we'll talk about how to use R to read and…