This post is going to delve into the textdistance package in Python, which provides a large collection of algorithms to…
This post will talk about how to read Word Documents with Python. We're going to cover three different packages -…
Background Python's pymining package provides a collection of useful algorithms for item set mining, association mining, and more. We'll explore…
Background AUC is an important metric in machine learning for classification. It is often used as a measure of a…
This post will discuss ways of handling huge numbers in R using the gmp package. The gmp package The gmp…
This post will compare Python's BeautifulSoup package to R's rvest package for web scraping. We'll also talk about additional functionality…
Background The Collatz Conjecture is a famous unsolved problem in number theory. If you're not familiar with it - the…
This post will introduce using the keyring package to hide a password. Short background The keyring package is a library…
Background So you've learned all about BeautifulSoup. What's next? Python is a great language for automating web operations. In a…
If you follow the stock market, you've probably heard the expression "Sell in May, Go Away." This expression generally refers…