Este repositorio contiene el código para una simulación de tienda online desarrollada en Python. El proyecto incluye diversas funcionalidades para gestionar el inventario, agregar productos, gestionar clientes y realizar ventas.
El notebook Tienda_Online_Limpio.ipynb
incluye:
-
Clase TiendaOnline:
- Inicialización de atributos básicos para la gestión de productos, clientes, ventas y carritos de compra.
- Métodos para agregar productos al inventario, gestionar clientes, y procesar compras.
-
Funcionalidades principales:
- Agregar Producto: Permite añadir nuevos productos al inventario o aumentar la cantidad de productos existentes.
- Realizar Compras: Los usuarios pueden seleccionar productos y cantidades para añadir a su carrito y proceder con la compra.
- Clona el repositorio:
git clone https://github.com/tu_usuario/tu_repositorio.git
- Navega al directorio del proyecto:
cd tu_repositorio
- Abre el notebook en Jupyter:
jupyter notebook Tienda_Online_Limpio.ipynb
Si tienes alguna pregunta o necesitas más información, no dudes en contactarme.
- LinkedIn: Mabel Martinez Rodriguez
This repository contains the code for an online store simulation developed in Python. The project includes various functionalities to manage inventory, add products, manage customers, and process sales.
The notebook Tienda_Online_Limpio.ipynb
includes:
-
TiendaOnline Class:
- Initialization of basic attributes for managing products, customers, sales, and shopping carts.
- Methods to add products to the inventory, manage customers, and process purchases.
-
Main Features:
- Add Product: Allows adding new products to the inventory or increasing the quantity of existing products.
- Make Purchases: Users can select products and quantities to add to their cart and proceed with the purchase.
- Clone the repository:
git clone https://github.com/your_username/your_repository.git
- Navigate to the project directory:
cd your_repository
- Open the notebook in Jupyter:
jupyter notebook Tienda_Online_Limpio.ipynb
If you have any questions or need more information, feel free to contact me.
- LinkedIn: Mabel Martinez Rodriguez