10 projects to take you to master Flask website building skills

1. Python3 Concise Tutorial

【 https://www.lanqiao.cn/courses/596】

  • study:98.0k

insert image description here

Python, A Brief Tutorial Project

The easy-to-use Python 3 course is not only suitable for students with other language foundations, but also very friendly for students without programming experience. This course not only explains the basic knowledge of python3, but also introduces the basic knowledge of PEP8, Virtualenv, testing, project structure and Flask, which is the best choice for beginners

2. Getting Started with Flask Web Framework Basics

【 https://www.lanqiao.cn/courses/29】

  • study:23.4k

insert image description here

Python, Flask, basic starter project

This course will take you to create a simple blog using the Python Flask web framework. The knowledge points include environment installation, running and debugging, static files, rendering templates, data request and reception, redirection, response, and sessions, etc. It is suitable for some programming Basic student learning. It is especially suitable for friends who have a certain understanding of Linux and hope to be more familiar and consolidated with python.

3. Realize the drama recommendation system based on Flask and MySQL

【 https://www.lanqiao.cn/courses/633】

  • study:4.9k

insert image description here

Python, Flask, MySQL project

This course is a simple fan drama recommendation system based on python flask framework and mysql database technology. In this project, you can learn how to connect to the mysql database with Python, how to query and display data, and how to design recommendation algorithms and other knowledge points.

4. Flask+Vue.js full-stack web development practice

【 https://www.lanqiao.cn/courses/878】

  • study:2.1k

insert image description here

Flask, Python, Web projects

This course mainly uses Python's Flask framework and Vue.js to complete the development. Through the practice of these two practical projects, the message board project and the forum application, it helps small partners master the web development capabilities of flask+vue.js.

5. The-Flask-Mega-Tutorial-zh

【 https://github.com/luhuisicnu/The-Flask-Mega-Tutorial-zh】

  • star:3.1k
  • fork:911

Open Source Book Project

This is the Chinese translation of Miguel Grinberg's new version of "The Flask Mega-Tutorial" in 2017. It is provided for developers with weak English skills for reference learning. Of course, as a novice, you are also very suitable for reading

6. React and Flask create a private network disk

【 https://www.lanqiao.cn/courses/1212】

  • study:655

insert image description here

Python, Flask, React project

This course uses React as the front-end technology and Python Flask as the back-end technology to implement a small private network hard disk application. The project involved the complete design and implementation of a website application. After learning and implementing a complete project, small partners can deepen their understanding of React SPA application development and Python Flask technology.

7. Never-Blink

【 https://github.com/ByronHsu/Never-Blink】

  • star:812
  • fork:61

img

machine learning project

Whoever blinks first loses. "Blink and lose" online game implemented with React+Flask+Dlib technology is a demo project, very interesting. You can study its code and understand how a mature Flask project is written. Of course, you can also simply download it, run it locally, and play with your friends.

8. Flask implements a Q&A community

【 https://www.lanqiao.cn/courses/1443】

  • study:430

insert image description here
Flask, Python, Web projects

From scratch, a complete question-and-answer community project has been implemented, which is very effective for mastering Flask technology. This project includes functions such as user comments, likes, replies, check-ins, favorites, additions, pinning, search, login and registration, email activation, and password retrieval. The main body of this project is a community project completed using Flask, suitable for students who have a certain foundation in network development and hope to further strengthen their understanding and application.

9. Python implements WeChat official account management Redis server

【 https://www.lanqiao.cn/courses/1344】

  • study:295

insert image description here

Edit toggle to center

Add picture annotations, no more than 140 words (optional)

Flask, Python, Redis, NoSQL projects

In this project, we will implement RMON, a redis server monitoring tool. RMON is a web application, which is divided into two parts. The first part implements the API for redis server management and monitoring information collection; the second part builds the user access system of the WeChat official account platform on the basis of the previous part of the project framework. The difficulty of the project function is moderate, and it is suitable for those who have experienced the previous projects and have a certain foundation. With the help of this project, we can further learn some knowledge about web development.

10. Flask imitates StackOverflow online Q&A website

【 https://www.lanqiao.cn/courses/1617】

  • study:94
    insert image description here

Flask, Python project

FlasK is a micro-development framework based on the python language. This project builds a Stack Overflow-like question-and-answer website with registration and login functions based on flask. It can be used as an acceptance of Flask technical understanding.

Guess you like

Origin blog.csdn.net/libaiup/article/details/131472409