fastapi
Flask
Our great sponsors
fastapi | Flask | |
---|---|---|
391 | 114 | |
53,892 | 61,747 | |
- | 0.6% | |
9.8 | 9.3 | |
7 days ago | 3 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastapi
-
Flask is Great!
only having 1 maintainer
-
Deploy a dockerized FastAPI application to AWS
From the official docs:
-
From local development to Kubernetes — Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD — Part[1]
To save time here, I have prepared a basic Python application developed on FastAPI and if you want to follow along you can get the code from GitHub Repository here.
-
Getting Started with Fast-Api 🏎️ and Docker🐳
This repository contains code for asynchronous example api using the Fast Api framework ,Uvicorn server and Postgres Database to perform crud operations on notes.
- Kenapa harus FastAPI?
- Diario de Python | #4. Probando FastAPI para desarrollar APIs
-
How can I build a web server application that can receive and process incoming packets?
That sounds like the perfect job for our open-source lib NiceGUI. It is an UI framework on top of FastAPI. That means you can easily setup HTTPS POST endpoints to save the incoming data to a file or database. With very little effort you can also create your webpage which reads the data and displays it.
-
FastAPI common response wrappers
This package extends the FastAPI response model schema allowing you to have a common response wrapper via a fastapi.routing.APIRoute.
-
Building web-based SaaS with Go as a solo entrepreneur. What should I be aware of?
fully type-annotated options for building an API are available - one popular option is FastAPI and everything you expose is declared through pydantic. There is nothing as productive in Go I'm afraid.
- Diario de Python | #2. Mi propio plan Full Stack
Flask
- Kenapa harus FastAPI?
-
How to dynamically generate graphics and PDFs using Python an jinja
A few days ago I was searching the internet for a guide on how to use the jinja library to enable a flask application to generate PDF documents. Since I didn't find anything comprehensible on google, here are my findings and the (partially hacky) code i wrote.
-
Ruby 3.2.0 Is from Another Dimension
This says much more about you and the developers and codebases you work with than anything to do with Python list comprehensions.
Coming from a point of zero knowledge of the codebase, I picked Flask. I picked the cli.py module in Flask. And what do I find?
https://github.com/pallets/flask/blob/main/src/flask/cli.py#...
-
I move from pipenv to poetry in 2023 - Am I right ?
projects that use setuptools : requests, django, flask, boto3... projects that use poetry : ward, ... (if you have some with more than 500 stars, share them in comments) projects that use pipenv : ... (if you have some with more than 500 stars, share them in comments)
-
15 Popular Github Repositories for the Modern Developer of 2023
8. Flask
-
Created my first website in PHP
A few others have suggested frameworks. Python has Flask and PHP has Laravel - if you haven't, take a look at those. I wrote PHP from scratch for 18 years, then learned to let go... I use Laravel now. :) Worth a look if you're going to continue down the path of learning new stuff!
- Fragen bezüglich Flask, Zahlungsgateway, Design und JavaScript
-
Open Source and Saying “No”
Low dependency analysis is one of the reasons I like Flask[0].
-
Introduction to Web Development for Data Scientists
Flask is an alternative Python library, often compared with Django: "a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications". As can be seen from the source code, it can spin up a Hello World API routing example in just a few lines of extremely simple, Pythonic code. I personally wanted to explore heavier features such as front-end admin panels without spending too much time on a learning curve, so did not delve deeper into Flask - one to revisit in future.
-
The Top 4 Python Back-end Web Frameworks for Your Next Project
Flask is a micro web framework built with Python. It’s considered a micro web framework because it lacks certain features such as an object-relational mapper.
What are some alternatives?
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
Django - The Web framework for perfectionists with deadlines.
swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
quart - An async Python micro framework for building web applications.
vibora - Fast, asynchronous and elegant Python web framework.
django-rest-framework - Web APIs for Django. 🎸
BentoML - Unified Model Serving Framework 🍱