In today’s post, I will explain how to perform queries on an SQL database using Python. Particularly, I will cover how to query a database with SQLAlchemy, Flask-SQLAlchemy, and Pandas. If you want to start with a toy project, I recommend that you first check last week’s post about creating a Flask application with a…
All posts tagged sqlalchemy
Building a Simple Flask App With SQLAlchemy
I’m using SQLAlchemy and Flask to add a MySQL database to a Python crypto portfolio tracker web application.