广东东软学院本科生毕业设计(论文) 基于 Django+Vue 的线上学城系统的设计和实现Design and implementation of line school city system based on Django + Vue内容摘要Python 的创始人为荷兰人吉多·范罗苏姆 (Guido van Rossum)。翻译过来是蟒蛇的意思。Python 是一门完全面向对象的语言,它广义上是一些皆为对象。并且完全支持继承、重载、派生、多继承,有益于增强源代码的复用性。它的强大的一方面是体现在语法非常简单,易上手,代码易读写。它的导入引用非常简单快捷,并且它有超过 3 万的官方模块,大大的方便了我们的开发速度,当然直接打包引用的话对于学习者的本身是不利的,但由于他的代码的易读性,源码学习者们还是可以看的,这利于我们对功能原理的直接理解。随着互联网的发展及科技的进步,Python 也开发出了几个 Web 框架,其中的 Django 框架作为 Python最重量级的框架,越来越受到人们的喜爱。通过这次疫情,让我们深刻的了解到线上教育的重要性,鉴于上面的种种原因,我打算开发一个线上教育网站,利用前后端分离的技术,基于 Django框架及 Vue 框架开发出一个线上买教学视频的网站,客户可以根据自己的需求来购买相关的课程。关键词:教育网站 前后端分离的技术 Python 语言 Web 框架 Vue 框架广东东软学院本科生毕业设计(论文)Abstract□ Python was founded by Guido van Rossum, a Dutch. It translates to python. Python is a completely object-oriented language. In a broad sense, it is an object-oriented language. And fully support inheritance, overload, derivation, multi inheritance, which is beneficial to enhance the reusability of source code. On the one hand, it is very simple, easy to use and easy to read and write. Its import and reference is very simple and fast, and it has more than 30000 official modules, which greatly facilitates our development speed. Of course, it is not good for learners to package and reference directly, but because of the readability of his code, the source code learners can still see it, which is conducive to our direct understanding of the fu...