Flask
How to Create APIs in Python Using Flask: GET and POST Method
A step-by-step guide to creating APIs in Python with Flask. Learn how to create GET and POST methods in minutes.
Creating a Simple Task CRUD App with Flask, PostgreSQL, SQLAlchemy, and Docker
A step-by-step guide on how to create a simple task CRUD app with Flask, PostgreSQL, SQLAlchemy, and Docker.
Unleashing LLaMA’s Power: Crafting a Flask API to Seamlessly Load and Engage with Language Models
A guide to mplementing a Flask API for loading Llama models.
Deploying a Flask Application on EC2
A guide to deploying a Flask application on an EC2 instance.
MVT Architecture in Django: Introduction and Comparison with MVC
Real-Time Image Processing using WebSockets and Flask in Python and JavaScript
Real-time image processing has gained a lot of importance in recent years due to its various applications. The applications range from facial recognition to autonomous vehicles. In this tutorial, we…
How to Use ChatGPT and Python for Question Answering Chatbots
Question-answering chatbots are a powerful tool for a wide range of applications, from customer service to educational resources. They allow users to quickly find answers to their questions without…
How To Display Images In Python Flask
Let’s say you have a Python Flask app. And you have a couple of images you want to display on your app frontend. Here’s how: Note: be mindful of the image’s exact filename, as it won’t show up if we…
Python Flask — Passing Data From Backend To HTML
When I was just starting out with Python Flask, I found it pretty confusing to pass make my HTML communicate with my backend. This article hopes to explain this as simply as possible. Normally, when…
Revisiting Flask vs FastAPI in 2022
Taking a deeper look at Python's micro web frameworks