Andrew Treadway

Python’s rich library – a tutorial

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

3 years ago

3 ways to do RPA with Python

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

3 years ago

How to solve Sudoku with R

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

3 years ago

How to schedule a Python script on a Mac

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

3 years ago

Why you should use vapply in R

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

4 years ago

How to create a progress bar in Python

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

4 years ago

How to create an API for your R code

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

4 years ago

How to scrape news articles with Python

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

4 years ago

How to create PowerPoint reports with R

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

4 years ago

How to read and create Word Documents in R

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

4 years ago