Developed a console‑based inventory management system using Python and SQLAlchemy ORM. The solution abstracts away manual SQL queries, allowing developers to interact with the database as Python objects. This results in cleaner, more secure, and maintainable code for CRUD operations.