Python E-Commerce System
Overview
This project is a simple e-commerce system implemented in Python. It allows users to browse products, add them to a cart, and proceed to checkout. The system is designed for educational purposes and demonstrates core programming concepts such as object-oriented programming (OOP), file handling, and basic data structures.