
Ben A. answered 03/27/20
Java/Android Software Developer
Part 1
- It appears that they want the list of students to be put into some form of user interface judging by the mention of 'frame/label'
- Your post doesn't mention what UI framework that you are to use, there are quite a few that have been written for Python.
Part 2
- Similar to part 1 except now you're being asked to retrieve the student data from a database.
- Your post doesn't mention if the database and the information inside of it is provided for you. If it isn't you'll have to come up with your own database solution. Coming up with a solution is a whole other topic and you won't find someone to detail this in the questions.
- Display the data in some form or fashion, appears to me that they want it displayed in a GUI of some sort that can be navigated.
Ask An Expert isn't really the right place for someone to provide details on your project. I can provide you with a user interface library for Python if that's all you're missing.
If you want more help with this than I can help you but it will have to be via a tutoring session. We can work through this all if you'd like. I'll also help with follow up questions if you have any. Good luck!