"Fast"
FastHTML – Modern web applications in pure Python
41–50 of 229 posts
Re: FastHTML – Modern web applications in pure Python
#42Re: FastHTML – Modern web applications in pure Python
#43This looks really cool. I have experience with shiny apps in R, and Python has a shiny package too now. FastHTML looks a lot like Python shiny without routes. I think both of these frameworks are great for people with no web dev experience. It would be great if there is some discussion of htmx and why it is used in the tutorials section of FastHTML docs.
There's quite a bit of background of why HTMX is used, particularly these two sections of about.fastht.ml:
Re: FastHTML – Modern web applications in pure Python
#44Re: FastHTML – Modern web applications in pure Python
#45This looks really nice. I'm just wondering how it would combine with Pyscript, which I've been watching for a good while now. As a primarily Python user wanting to do some web dev, I'd rather not touch JS/TS at all, beyond importing 3p packages.
Re: FastHTML – Modern web applications in pure Python
#46Not a very good "ad" as your page is quite slow and skips many frames, especially when scrolling past "The fastest way to create a real web application." "Fast"
The interactivity on the home page is just using Tailwind. I don't see why it would be slow for you (other than that the site is quite visually complex, so it naturally requires some baseline level of performance on your device).
Re: FastHTML – Modern web applications in pure Python
#47Did you try Reflex.dev? Any opinions on it?
Personally I wanted to create something that made the foundations of the web more directly available to Python programmers, rather than hiding it behind multiple layers of abstraction. Reflex is very impressive though, and I expect for some types of app it might be a better choice; probably worth trying out both!
Re: FastHTML – Modern web applications in pure Python
#48Re: FastHTML – Modern web applications in pure Python
#49Is it possible to mix it with gradio? E.g. Make most of layout and UI in fastHTML but reuse some complex high level components from gradio?