Miscellaneous Python code that isn't important enough or large enough to warrant its own repository
- stock_price - Performs "technical analysis" using a stock's closing price and generates a graph that illustrates trends in the data. Uses the following libraries: matplotlib, numpy, and pandas.