python--MySQL-based learner management system

Source: Internet
Author: User

Demand:

  • User role, instructor \ Trainee, user after landing according to the role of different, can do things differently, respectively, as follows
  • Instructor View
    1. Management class, can create classes, according to the student QQ number to join the students class
    2. Can create a class record for a given class, note that a class record corresponds to a number of participants ' records, that is, each class has a whole class of students, in order to record each student's academic performance, we need to create a record of each class in the course of each student to create a class record
    3. To revise grades for students, one by one manual revision
  • Student View
  1. Submit Job
  2. View Job Scores
  3. A student can belong to more than one class at the same time, like the report of Linux, but also can register Python, so submit homework to select the class, and then select the number of sections of the specific class
  4. Additional: Students can view their class score rankings

Realize:

1, the design of the database

With MySQL Workbench, build a connection, and then set up a schema, named Institutiondb, build 5 tables: Studentinfo teacherinfo ClassInfo Classarrangement Attentionrecord, click Apply will automatically generate SQL statements to submit the database, very convenient.

2. Code Design

python--MySQL-based learner management system

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.