#FastAPI contact html | Templates | FastAPI jinja2 [Arabic]

preview_player
Показать описание
pip install jinja2

code
#############
from fastapi import FastAPI, Request
import uvicorn

templates = Jinja2Templates(directory="templates")
app = FastAPI()

def index(request: Request):
ej = "\U0001F600"

def index(id : int, name : str):
return {'data' : {id, name}}


if __name__ == "__main__":
########################

#python #coding #programming #FastAPI

If you want to support me to continue.*
These are support accounts.

Paypal account:

#AbdallahElDaly
Рекомендации по теме
Комментарии
Автор

نعرف انه من ناحية ال API ربما FastAPI اسرع من فلاسك، لكن من ناحية ال template ول jinja هل أيضا FastAPI اسرع من فلاسك في هاته النقطة ام العكس؟

youssefchaabi
welcome to shbcf.ru