This repository originally contained an experimental Python algorithm for generating geometric figures and visual patterns based on the Fibonacci sequence.
The project was created to demonstrate Python fundamentals through mathematical visualization, including:
- iterative sequence generation;
- functions and loops;
- coordinate and proportion calculations;
- algorithmic construction of geometric figures; and
- plotting mathematical patterns.
The original implementation has been removed while the project is redesigned and improved.
Its next version is intended to consolidate the Fibonacci sequence experiments with the related Phi Rectangles project, creating a single, better-structured Python project covering Fibonacci geometry, the golden ratio, and mathematical visualization.
This repository remains as a record of the original experiment and its planned redevelopment.