Articles by Tag #flask

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Build a Basic CRUD Application With Flask-PyMongo

This tutorial was written by Anaiya Raisinghani (Developer Advocate @ MongoDB) In this tutorial, we...

Learn More 71 7Feb 27

2025's Top 10 Python Web Frameworks Compared

Ranking Framework Name Star Count Release Year Introduction 1 django/django 82k 2005 It...

Learn More 41 1Jan 25

💡 Build Along with Me: A Beginner’s Guide to Creating a Student API Using Flask

Today on my journey to gaining DevOps Mastery, I Built a Student REST API with Flask. In this guide,...

Learn More 25 0Apr 12

FastAPI vs Flask: Key Differences and Use Cases

FastAPI vs Flask: Key Differences and Use Cases Both FastAPI and Flask are Python web...

Learn More 23 18Feb 5

Flask or FastAPI: Choosing the Right Python Framework for Your Project

When it comes to Python web development, two frameworks stand out: Flask and FastAPI. Both are...

Learn More 22 5Nov 27 '24

I created an code search tool made in Flask called Codel.

What My Project Does Codel lets you search code not just from Github, Gitlab or Gitea, But from any...

Learn More 21 4May 25

Flask Video Streaming App Tutorial

Introduction Hello! 😎 In this tutorial I will show you how to build a video streaming...

Learn More 20 0Mar 3

Mimicked Terminal

Ever wanted to create a terminal-like UI in Python? I decided to experiment with this idea, crafting...

Learn More 15 3May 28

Why Should a Flask Developer Use MongoDB?

This post is written by Karen Zhang. Flask is one of the most popular Python web frameworks. Its...

Learn More 15 1Apr 15

Article Outline: Data Visualization with Python — Make Interactive Dashboards with Plotly & Dash!!

Introduction --Why data visualization is crucial in today’s data-driven world. --What are...

Learn More 12 4May 28

FastAPI + Uvicorn = Blazing Speed: The Tech Behind the Hype

What is Uvicorn? Answer: Uvicorn is a very fast ASGI (Asynchronous Server Gateway...

Learn More 12 1Jan 10

Functional Programming in Python: A Deep Dive

Overview of Functional Programming Functional programming refers to a style where every...

Learn More 11 4Jan 30

Mastering Python Async IO with FastAPI

Since Python is an interpreted language, when used for back-end development, such as in the...

Learn More 10 1Dec 27 '24

Flask: A Comprehensive Guide

Introduction Flask is a micro web framework for Python, designed to be lightweight and...

Learn More 9 0Feb 10

Pure Python HTTP Server with Sockets – A Deep Dive into Web Server Internals

Leapcell: The Best of Serverless Web Hosting Implementation of TCP Connection Pool Based...

Learn More 9 0Jun 2

🚀 FastAPI vs Django vs Flask: Which Framework Will Rule in 2025?

Choosing the right web framework can make or break your next project. With web development evolving...

Learn More 9 2Mar 6

Deep Dive into Python Coroutines: async/await

Leapcell: The Best of Serverless Web Hosting Python Asynchronous Programming In Python,...

Learn More 9 0Apr 3

How to Build a Search Engine from Scratch in Python (No External Packages)

Leapcell: The Best of Serverless Web Hosting Implementing a TF-IDF Based English Search...

Learn More 9 0Jun 27

FastAPI is Overkill: Starlette and Pydantic Are All You Really Need

Leapcell: The Best of Serverless Web Hosting Starlette and Pydantic: Building Powerful...

Learn More 9 0Apr 12

Exploring ASGI: Python’s Async Protocol for Web Apps

Leapcell: The Best Serverless Platform for Python Web Hosting, Async Tasks, and Redis ...

Learn More 8 0Feb 5

How To Structure a Large Flask Application-Best Practices for 2025

A well-structurally designed Flask RESTful API is readable, maintainable, scalable as well as ease of...

Learn More 8 0Jan 21

🥊 Flask vs Django in 2025: Why Picking the Wrong Framework Could Hurt Your Project

Web development is evolving faster than ever, and whether you're freelancing, working at a startup,...

Learn More 8 1Apr 9

WSGI vs ASGI: The Crucial Decision Shaping Your Web App’s Future in 2025

WSGI and ASGI are two gateway interfaces designed for Python, acting as a communication bridge...

Learn More 8 1Dec 23 '24

Python Decorators: A Game-Changer for Your Code

Leapcell: The Next - Gen Serverless Platform for Python app Hosting Detailed Explanation...

Learn More 8 0Feb 19

Comparing requests, aiohttp, and httpx: Which HTTP client should you use?

Leapcell: The Best of Serverless Web Hosting Evaluation of Python HTTP Client Libraries:...

Learn More 8 0Apr 22

Flask vs Django: The Epic Showdown Between Flexibility and Control!

It's been days since I created a post😂, well it's not to late to continue👀...The #100daysofmiva shall...

Learn More 8 3Oct 10 '24

Python Logging: loguru vs logging

Python Logging Libraries Comparison: logging vs loguru 1. Loguru Simplifies...

Learn More 7 2Jan 26

Python Garbage Collection: Everything You Need to Know

I. Overview of Garbage Collection In computer science, Garbage Collection (abbreviated as GC) is...

Learn More 7 0Jan 17

Peewee ORM: The Most Elegant Python ORM Ever

Leapcell: The Best of Serverless Web Hosting Peewee Query Tutorial: Efficient Data...

Learn More 7 1May 12

Scrape Like a Pro: BeautifulSoup + Python Full Tutorial

Leapcell: The Best of Serverless Web Hosting Comprehensive HTML Processing Tutorial: From...

Learn More 7 1May 30