Very excited to announce the early-access preview (MEAP) of my upcoming book, Software Engineering for Data Scientists is available now!…
Ever had long-running code that you don't know when it's going to finish running? If you have, then Python's stopit…
Background If you've done any type of data analysis in Python, chances are you've probably used pandas. Though widely used…
In this post, we will investigate the pandas_profiling and sweetviz packages, which can be used to speed up EDA (exploratory…
In this post, we'll discuss the underrated Python collections package, which is part of the standard library. Collections allows you…
In a previous article we talked about several ways to read PDF files with Python. This post will cover two…
In this post, we'll walk through a few examples for getting stock earnings data with Python. We will be using…
In this post, we will introduce how to do technical analysis with Python. Python has several libraries for performing technical…
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,…