How to Insert Dummy Data into Databases using Flask-SQLAlchemy

Through structuring your Flask project

Xavier Lien
Towards Data Science
6 min readMar 7, 2022

--

Flask is a great python web framework because it is extremely lightweight, easy to set up, and flexible. Many websites, including popular ones like Netflix, Airbnb and Reddit, are built using Flask.

--

--

Passionate about computer science, machine learning and mathematics. Loves to learn new things!