Project 4: Python Simulation
April 12, 2022
Due Tue, Apr 19 at 11:14am
Instructions:
- Build a Stock Market Simulation in Python
- Simulation Requirements
- Same as Project 3, except
- Simulation count, n=1,000
- Set mean=10.2 and stdev=14.1 (instead of combining stocks and bonds separately)
- Run 4 simulation scenarios
- Same as Project 3
- Use a Pandas DataFrame to export simulation data to .csv format.
- Use Sheets (or Excel) to create histograms with the output from both scenarios.
- Prepare a Python program on Repl.it
- Make it easy to read and understand
- Create a Video
- Same as the other projects
- Submit links to your Repl.it program and your Video
- Same as other projects but with a link to your Repl.it program.