Use BeautifulSoup to web scrape Price and Circulating Token Supply data from coingecko.com. Clean, format and compile data into a pandas Dataframe. Create a log, log, scatterplot with MatPlotLib and fit a regression line to it using scipy.
My hypothesis was that there would be a clear relationship between supply and price (the greater the supply, the lower the price). This is intuitive and basic economics. This assumption held true when viewing from a logarithmic perspective.