How to connect to Postgres with Python (How to build a scalable Python App: Episode 3)

In this episode we build a function to connect to our Postgres database we created in episode 2. We use Flask and Flask-SQLAlchemy to connect Medium Article going through the video: How to create a Postgres database (Episode 2): Pipenv Documentation: Flask-SQLAlchemy documentation:
Back to Top