Python_Data_Linear_Fitting_Program
A linear fitting program written in python. The program gets data points in a text file orgenized in a certain format, and makes a linear fit by minimizing chi^2. The program outputs the fitting parameters along with their errors, the ideal chi^2 and chi^2 reduced, and finally plots the fit. The bonus function enables numerical search of the minimal chi^2 within pre-defined limits of the parameters and a desired step size.