Design and implementation of blog system based on PythonAbstract:At present,access to information is very important.What we should do is not to hold back,but to actively access and share it with all people.Blog system can achieve the function of informationacquisition and sharing.After bloggers publish articles,other users on the Internet can see them.Meanwhile,bloggers can also record some important information.In the current software productdevelopment process,including planning,analysis,design,implementation and testing five stages,wedevelop a blog system is the same.A perfect blog system contains many functions.For different projects,the focus may be different.For our system,this system mainly realizes single user support and basicblog functions,such as article management,comment management,search,etc.This system uses flaskas the basic framework.This paper mainly analyzes the related technologies of blog system.The systemis designed and implemented by using the services of Python such as flask,markdown,Sqlalchemy,nginx,redis and MySQL database.This blog system enables visitors to browse and fill in relevantparameters,and then visitors can also comment,but it needs to be reviewed by the blogger.Bloggerscan not only publish articles,modify articles,delete articles and other article management,but alsoreview user comments and delete user comments.This paper mainly introduces the related technologies,system objectives,design and implementation of the blog system.Keywords:blog,Python,Flask,information sharing
暂无评论内容