IGDTUW Student Result Management System

IGDTUW Student Result Management System

Manage student results with ease: our user-friendly system makes academic tracking a breeze.

The problem IGDTUW Student Result Management System solves

The problem statement given to us was:
Develop a Student Result Management System for the Examination Department of IGDTUW using C++, Python or Java. To add graphics to your project, utilize a graphics header file for C++, for Java you can use Graphics in Applet and finally for Python, you can use any library few examples of which are Graphics Module, Turtle Graphics, and Tkinter.

Our student result management system is a highly adaptable CRUD application designed to provide educational institutions with a reliable and efficient solution for tracking and managing student results. By offering users the ability to create, read, update, and delete student results, our system ensures that educators can make informed decisions and provide targeted support to students.

Challenges we ran into

At the beginning of the project, we had some trouble connecting our Python code to the database that stores the student results. We also wanted to use object-oriented programming in our code, which made things more complicated. However, we spent some time figuring out how to solve these problems and eventually were successful. We connected the code to the database and used OOP to make the system work better. Even though we faced some challenges, we learned a lot and will be able to use this knowledge in future projects.

Discussion