This system was developed as a final project during the creator's first year in college. It is a command-line application designed to manage student data, featuring input validation for various user actions such as adding new users, displaying all users sorted by their GPA (highest to lowest), updating a student's course using their student number, and removing users from the database via student number.
Tags: Python, JSON
This system was developed as a final requirement during the creatorโs first year of college. It simulates a basic library management system, applying core concepts from the first semester of Java programming. The project showcases foundational knowledge in object-oriented design, user input handling, and data management.
Tags: Java