title Tutorial: Deploy a Python FastAPI Web App with PostgreSQL description Create a FastAPI web app with a PostgreSQL database and deploy it to Azure. The tutorial uses the FastAPI framework and the ...
Create a Python Django web app with a PostgreSQL database and deploy it to Azure. The tutorial uses either the Django framework and the app is hosted on Azure App ...
AWS lambda is a serverless - pay for compute solution that provides high scalability and availability. AWS Lambda provides support for lot of language frameworks and run times. Python is one of the ...
In this fourth article, I will talk about the addition of database (in this case PostgreSQL) to our Python Clean Architecture implementation using SQLAlchemy. To follow the steps in this article, you ...