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.
Table of contents
Introduction to Python FlaskSetting Up FlaskCreating a Home PageCreating a Signup PageWrapping It UpLearn Python1 Comment
Sort: