Here are presented five methods using python libraries for linear regresion analysis as part of the data analysis methods used in the course.
Some packegaes used are: numpy.polyfit, curve_fit from scipy.optimize, lineregress from scipy.stats, LinearRegression from sklearn.linear_model, OLS from statmodels.