News

Notice how the values seem to align along a straight line? We can visualize this with a regression line using the regplot function. It's essentially "relplot" changed by a single letter: sns ...
Intro This repo contains examples and explanations about how to turn a simple Python script into a command line script/tool. While this may seem like a trivial task for seasoned developers, this isn't ...