Jump to content

Talk:FastAPI

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Oilfighter (talk | contribs) at 07:11, 11 December 2023 (additional section alternatives: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

additional section alternatives

I feel that the section alternatives that was recently added, and then removed, has value and should be readded:

Alternatives

Among Python web frameworks, FastAPI is one of the more popular options, competing primarily with Flask and Django, which are also very popular. FastAPI sits somewhere in between these two options, with more out of the box functionality and a steeper learning curve than Flask, but with less functionality and being easier to learn than Django[1] . FastAPI, as the name implies, aims to be used in cases where you need a high performance web API, while both Flask and Django have a broader scope. A comprehensive list of Python web frameworks is available on the python.org wiki[2], where Django is referred to as a "popular full-stack framework" while both FastAPI and Flask are listed as "popular non full-stack frameworks". Oilfighter (talk) 07:11, 11 December 2023 (UTC)[reply]

  1. ^ "FastAPI Python Framework". ioflood.com. Retrieved 2023-12-09.
  2. ^ "Python Web Frameworks". wiki.python.org. Retrieved 2023-12-09.