FastHTML - The fastest way to create an HTML app with Python

preview_player
Показать описание
In this video I will show you a fast way to create Webapps with Python. FastHTML is a new Framework which makes use of HTMX and makes it super easy to create interactive websites without using a JS Framework like React and Angular

Timestamps:
0:00 Why FastHTML?
0:39 FastHTML Basics
3:05 Simple ToDo app
6:25 Add HTMX
8:00 ChatApp with LangChain & FastHTML
Рекомендации по теме
Комментарии
Автор

very exciting, always good to have options, thanks for sharing, God Bless

sovereignlivingsoul
Автор

so you're saying that python developers can put "full stack developer" in their resumes now.

nikjs
Автор

This is amazing, thank you I have been looking for something like this.

typingonakeyboard
Автор

This is amazing, started to learn python, but already known the front end very well. I will definitely be playing around with this.

toddribnek
Автор

Love streamlit it makes coding really easy and fun with its context managers... Hope similar concepts are available in FH too.

saisaigraph
Автор

Why do I get the feeling that in a couple of years everyone will switch back to python? Thats great tool. I like the section refresh where in small apps you dont need to do server rendering or keep in cache.

dimosthenispagkas
Автор

Do a video comparing moderns python web frameworks; reflex, fasthtml, robot, flet, streamlit, nicegui, etc.

adonisECM
Автор

Nice. Does it support the streaming response from GPT also? Can you make a video on that

AmitsHandle
Автор

This is amazing! I really love this and how you combined it with langchain. I myself do not know HTML and I was wondering if you have any video or recommendation we can watch to learn about HTML so that we can use this framework. Streamlit and gradio as you said aren't production level and I believe fastHTML is still new but it will get to the point where we can build a full stack with pure python.

yazanrisheh
Автор

So this is interesting because Symfony framework (for PHP) uses a server side form builder syntax that behaves a bit similar. It seems kind of wrong at first, but when you get used to it, it turns out to be quite enjoyable over writing templates.

this.channel
Автор

Where is the app state saved? In the python process or in the browser?

caruccio
Автор

I didn't get the part when you put the htmx-tag in the header. Doesn't fasthtml already import this?

arthurk
Автор

please reply i have
Input("Name", id="username")

how to get value of input?

praveenhamal
Автор

Great video indeed, thanks :) I wonder if it is possible to show how to build edit task route/functionality?

MrKhkostadinov
Автор

thanks for your content, got a question, do you thinks to create a whole course for fasthtml on udemy?

ahmadumar
Автор

What if we want to use it for just frontend and use something like django, flask, fasrtapi for backend?

TechForgeinstitute
Автор

someone please make a leaflet extension lib for fasthtml!

nikjs