This project is an interactive tutorial designed to introduce and explain the concept and implementation of splines, commonly used in computer graphics, data interpolation, and animation. A spline is a smooth curve that connects a series of points in a flexible and accurate way. The tutorial aims to help students, developers, and enthusiasts understand how splines work and how to implement them in programming languages such as Python or JavaScript.