The Python rich library is a package for having clearer, styled, and colored output in the terminal. rich works across…
In this post we'll cover a few packages for doing robotic process automation with Python. Robotic process automation, or RPA,…
In this post we discuss how to write an R script to solve any Sudoku puzzle. There are some R…
In a previous article, we talked about how to run Python from the Windows Task Scheduler. This post will cover…
In this post we'll cover the vapply function in R. vapply is generally lesser known than the more popular sapply,…
Creating a progress bar is really useful if you have a long-running task and you'd like to know how far…
In the video linked below we discuss how to convert your R code into an API using the awesome plumber…
In this post we're going to discuss how to scrape news articles with Python. This can be done using the…
In my last post, we discussed how to create and read Word files with R's officer package. This article will…
Reading and creating word documents in R In this post we'll talk about how to use R to read and…