Design and implementation of a visual learning system based on Python+django+MySQL for computer graduate students

The system elaborates on the design and implementation of a visual learning system, and conducts in-depth study and application of Python, B/S structure, and MySql. It mainly shows the development process in terms of system design, description, implementation, analysis and testing. During development, the Django framework and MySql database technology were used to build the overall architecture of the system. Using these technologies combined with actual needs, we developed personal center, user management, video type management, resource video management, book classification management, resource book management, learning information management, performance information management, test paper management, test question management, system management, and exam management. system with other functions, and finally conduct corresponding tests on the system to test whether there are any problems in the system and test user permissions to optimize the system, and finally the system reaches the expected goals.

Due to space limitations, if you want to get the complete article or source code, or do it on your behalf, scroll to the bottom of the article to see your personal VX. 

Overall module design of the system: The system is divided into two user roles: administrator and user. The system administrator has the greatest authority. The overall function is displayed as shown in the figure.

When people open the website of the system, the first thing they see is the homepage interface. Here, people can see the navigation bar of the laboratory equipment management platform , and navigate through the navigation bar to enter each function display page for operation. The system homepage interface is as shown in the figure:

The administrator clicks User Management. Enter the account number and name on the user page to query, add or delete the user list, and detail, modify or delete the user details as needed; as shown in the figure:

 

The administrator clicks Resource Video Management. Enter the video name on the resource video page to query, add or delete the resource video list, and detail, modify or delete the resource video details as needed; as shown in the figure:

 

references

[1] Wei Limei, Su Bing. Overview of Python website development process under Django framework [J]. Computers and Telecommunications, 2019.

[2] Li Gen. Construction of bioinformatics website based on Django framework [D]. Dalian Maritime University, 2018.

[3] Xia Yali, Dai Zhitao. O2O family hotel business platform based on Django[J]. Software, 2019.

[4] Xue Yaowei. Design and implementation of automatic generation module of management interface based on Django framework [D]. Harbin Institute of Technology, 2020.

[5] Chen Yong. Design and implementation of real-time classroom voting system based on Django framework [D]. Dalian University of Technology, 2021.

[6] Zhou Yue. Design and implementation of campus reservation printing website based on Django framework [D]. Jilin University, 2019.

[7] Zhou Jibo, Meng Limin. Design and implementation of GPS vehicle management system website based on Django web framework [C]. Proceedings of the Second Asia-Pacific Academic Conference on User Information Theory, 2019.

[8]Li,Shenliang,Si,Zhanjun. Information publishing system based on the framework of Django [J].Lect. Notes Electr. Eng.2019.

[9]Tiwari, Usha,Mehfuz, Shabana,Sharma, Satyam,Pandey, Vinayak Triguna. Design of Python Based Lost and Found Website for College Campus [J]. Int. Conf. Power Electron., Control Autom., ICPECA – Proc,2019.

[10]Suryanto,WiwitIrna,ka,Theodosius Marwan. Web-based application for inverting one-dimensional magnetotelluric data using Python [J].Comput. Geosci, 2018.

Guess you like

Origin blog.csdn.net/xiejiachao/article/details/132621655