基于 python 的考勤系统的设计与实现内容摘要现如今中国在校大学生人数是 10 年前的 10 倍还有余,在校大学生人数达到了 2831.17 万人,随着人数的增多,问题也随之产生,比如同一节课的人数也稳固上升,这就给老师的上课考勤带来了非常大的难题,以往我们的经验是点名达到,随着人数的不断增加,这种方式显然存在繁重的弊端,因此我们设计的“Python 学生考勤系统”就十分重要。针对现如今的问题,我本人设计并实现了一款“Python 学生考勤系统”就可以解决学生人数增加带来上课考勤困难的问题。并且还拥有发布信息和回复的功能,以及学生因事请假并说明原因等功能。这个系统使用了当今 python 框架中如日中天的 Django 框架,使用了MTV 结构,能够最大程度的简洁清晰的了解后端结构作用易于维护。前端使用了 Bootstrap 框架来实现美观简洁的前端界面,让学生易于操作和使用,使用了 Mysql 数据库,并使用 Navicate 软件来连接使用。关键词:Django MTV Bootstrap mysql Navicate AbstractNow the number of college students in China is more than 10 times that of 10 years ago. The number of college students has reached 28.311 million. As the number of students increases, problems also arise. For example, the number of students in the same class has also risen steadily. This has caused a very difficult problem for the teacher's attendance. In the past, our experience was to achieve a roll call. With the continuous increase of the number of people, this method obviously has heavy drawbacks. Therefore, the Python student attendance system we designed is very important..In view of the current problems, I have designed and implemented a "Python student attendance system" to solve the problem of attendance problems caused by the increase in the number of students. And also has the function of releasing information and reply, as well as the function of asking for leave and explaining the reasons.This system uses the Django framework in the current Python framewo...