This repository contains interactive Python scripts that demonstrate classic interpolation and curve fitting (regression) techniques with clear visualizations. Each script asks for data points via the ...
CurveSight is a lightweight Python tool I built to explore, analyze, and visualize structured data from CSV files. It combines data filtering, sorting, polynomial curve fitting, and custom histogram ...