Question: in python socket programming server side and client side code Simple Student Information System A Student information system aims to help universities manage their instructors,
in python socket programming server side and client side code
Simple Student Information System A Student information system aims to help universities manage their instructors, students, and course schedules. There are many aspects of such a university software system to develop. However, for this exercise, we will only address basic students' operations and store relevant information in flies. A "Course Section" has a course number, section number, room id, max capacity, and number enrolled Each "Student has a unique student number, name, phone, e-mail, and address, Students can Register (for the first time). During the registration process, the system assigns an identification number to each student Login Change his/her password Navigate available course sections Request to register a course section The registrar/administrator has username "root" and a password (you decide on the password) and can do the following Login add, modify, or delete any course section add, modify, or delete any student Design and implement an interactive menu-based client-server system that allows students to interact with the system. For this exercise keep the menu text based and store information in files. The server side of the system will be deployed system deployed on a central university server whereas the client side can be deployed on as many students' devices and needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
