Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, you can deploy a Python application with PostgreSQL on Heroku. Heroku supports Python and has a PostgreSQL add-on that you can use to add a database to your application. You can use the psycopg2 Python library to connect to the database and access its data. Additionally, Heroku provides detailed documentation on how to deploy Python applications with PostgreSQL.