awesome-python
awesome-python copied to clipboard
Add FastHTML
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.
@vinta
Interesting honestly it would be really nice to have this makes things much easier for web developers
This WILL be useful asf <33
This WILL be useful asf <33
I think so too @Manguseqq
Hey