Forecasting stocks with Python is actually really easy to do with the fbProphet model developed by Facebook. The following code will download the daily stock data which is passed into prophet to get a 10 day forecast.To run this stock forecasting tool you will want to install Python on your computer. Once that is done you'll need to install the fbprophet Python module.After setting up your