Python’s rich library – a tutorialPython’s rich library – a tutorial

Python’s rich library – a tutorial

4 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 Python3 ways to do RPA with Python

3 ways to do RPA with Python

4 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 RHow to solve Sudoku with R

How to solve Sudoku with R

4 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 MacHow to schedule a Python script on a Mac

How to schedule a Python script on a Mac

4 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 RWhy you should use vapply in R

Why you should use vapply in R

5 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 PythonHow to create a progress bar in Python

How to create a progress bar in Python

5 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 codeHow to create an API for your R code

How to create an API for your R code

5 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 PythonHow to scrape news articles with Python

How to scrape news articles with Python

5 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 RHow to create PowerPoint reports with R

How to create PowerPoint reports with R

5 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 RHow to read and create Word Documents in R

How to read and create Word Documents in R

5 years ago

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