基于 python 的英文词典的建立摘要 基于 python 的英文词典的建立是对于 mysql 数据库表的增删改查的应用,通过数据的显示可以加强用户对于自身的不足有了更多的把控,可以更全面的去复习英语知识最终促进用户的英语水平更上一层台阶。本文主要介绍在设计这款英文词典中所构思的各种模块,所用到的具体的方法,所遇到的问题和具体解决的办法。首先先建立思路,确定下来需要实现哪些功能,以及对应功能需要用到的相应的代码设计,接下来去具体一一实现,验证代码的正确性和所呈现的效果是否是所需要的,最终设计出简易字典。该模块主要以 Django 模块为主,运用 python 的语言,使用 mysql 实现数据库,运用 MVC 框架,Model(模型)、控制器(controller)和 View(视图)[12]p45-47,最终实现程序,为用户带来方便。关键词: 字典 Python Mysql MVC DjangoThe Establishment of an English Dictionary Based on PythonAbstract The establishment of English dictionary based on python is the application of adding, deleting, modifying and checking mysql database tables. Through data display, users can have more control over their own shortcomings, review English knowledge more comprehensively, and finally promote users' English level to a higher level. This paper mainly introduces the various modules I conceived in the design of this English dictionary, the specific methods used, the problems encountered and the specific solutions. First of all, I set up the ideological system to determine what functions I need to achieve and the corresponding code design that may be needed for the corresponding functions. Then I will try to achieve the correctness of the code one by one and see if what I need is what I want, and finally achieve a simple dictionary. This module mainly focuses on Django module, USES python language, USES mysql to implement database, USES MTV framework, Model, Template and View, and finally implements the program, bringing convenience t...