This Python script performs curve fitting on the data from a simple oscillating pendulum and generates a plot of the data and the fit.
To run this script, you will need Python installed on your machine, as well as the following Python libraries:
- numpy
- scipy
- matplotlib
You can install these libraries using pip, the Python package installer, with the following command:
pip install numpy scipy matplotlib