Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FastHTML #2603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add FastHTML #2603

wants to merge 1 commit into from

Conversation

juanfrank77
Copy link

What is this Python project?

FastHTML is a new project started by Jeremy Howard and co. It helps to quickly build web apps using only Python.

What's the difference between this Python project and similar ones?

  • Similar to FastAPI but it returns proper HTML instead of just JSON.
  • Simple to get started but powerful enough to build complex, interactive web apps.
  • Built on top of standard web technologies (e.g. Uvicorn, Starlette, SQLlite).
  • Easy to use like Streamlit but with much more flexibility for custom use cases.
  • Helps to learn web foundations like ASGI, HTTP, semantic HTML.
  • Allows to leverage the whole web ecosystem for plugins, UI/JS libraries, and DB's.

--

Anyone who agrees with this pull request could submit an Approve review to it.

@juanfrank77
Copy link
Author

@vinta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants