---
title: "Creating a Web App From Scratch Using Python Flask and MySQL"
url: https://daily.dev/posts/creating-a-web-app-from-scratch-using-python-flask-and-mysql-htcm8loxs
source_url: https://code.tutsplus.com/tutorials/creating-a-web-app-from-scratch-using-python-flask-and-mysql--cms-22972
type: article
source: "Tuts+"
published: 2022-02-26T01:21:00.572Z
updated: 2022-02-26T01:21:00.576Z
tags: ["python", "mysql", "flask"]
reading_time: 9
upvotes: 14
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Web App From Scratch Using Python Flask and MySQL

**[Tuts\+](https://daily.dev/sources/tuts_plus)** · 9 min read · 14 upvotes · 1 comments

## Summary

This tutorial assumes that you have some basic knowledge of the Python programming language. We'll be using Flask , a Python web application framework, to create our application, with MySQL as the back end. In this series, we'll use Python, Flask and MySQL to create a simple web application. It will be a simple bucket list application where users can register, sign in and create their bucket list.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://code.tutsplus.com/tutorials/creating-a-web-app-from-scratch-using-python-flask-and-mysql--cms-22972>

## Community discussion

Top comments from developers on daily.dev.

**@maxalthaus** · 0 upvotes

> I have been waiting for this. It is not easy for me to combine html, css ans javascript with flask and mysql. I was hoping to get some more chances to practice it untill i come up with my own ideas.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#mysql](https://daily.dev/tags/mysql), [#flask](https://daily.dev/tags/flask)

[View this post on daily.dev](https://daily.dev/posts/creating-a-web-app-from-scratch-using-python-flask-and-mysql-htcm8loxs)
