Another great video, love the content on your channel. I can't wait for FastAPI Beginner & Advanced 2.0, SQLModel and FastHTML😁😁😁. Wishing it to existence.
Eric, looking forward for you to provide a full tutorial on Udemy for FASTHTML -- hopefully something "Enterprise-Sized" that's business based, since most freelancers pursue business clients.
If I was a 1 person team I would do Jinja+FastAPI+SQLite (or MySQL depending on size). FastHTML is fairly new but I am definitely keeping an eye on this project.
Cool is this lib. I would really like to create 'drag-and-drop' style web applications so that I can do 'ad-hoc' analysis. I want to structure my data in a dimensional form and upload all possible columns from my 'dataframe' and let the 'client' drag and drop to create their analyses. is it possible?
Right, but HTML doesn't come with CSS, JavaScript and HTMX behind scenes. There is more work involved here than HTML, but less work when you add in everything else you need on top of HTML.
I am really excited to see where FastHTML goes. I know I'll be keeping an eye on it. Do you think you'll use this in the future?
Sure 😊...
It's so amazing that python has a framework that's almost like reaxt in js
looks interesting. excellent example vid as usual! TY!!
Another great video, love the content on your channel. I can't wait for FastAPI Beginner & Advanced 2.0, SQLModel and FastHTML😁😁😁. Wishing it to existence.
I am so happy you enjoy the content - these videos aren't easy to make 🙂 Thanks for the kind words!
Eric, looking forward for you to provide a full tutorial on Udemy for FASTHTML -- hopefully something "Enterprise-Sized" that's business based, since most freelancers pursue business clients.
Not a bad idea - I have some others I am building first 🙂
Fastapi and apache kafka would be a great combo !!! Please make a video on it
It is on my list - I do have quite a few videos before it though!
This is a great content @codingwithroby.
What's your take on this; FastHTML, FastAPI and Mongodb for POS app dev?
If I was a 1 person team I would do Jinja+FastAPI+SQLite (or MySQL depending on size). FastHTML is fairly new but I am definitely keeping an eye on this project.
like the ide - coding and browser side by side ? what ide is it ? 🙂
Cursor AI - Check out my last video on the subject 🙂
Cool is this lib. I would really like to create 'drag-and-drop' style web applications so that I can do 'ad-hoc' analysis. I want to structure my data in a dimensional form and upload all possible columns from my 'dataframe' and let the 'client' drag and drop to create their analyses. is it possible?
Hmm, I really do not know if that functionality is 100% supported here. It may take additional work to get that 100% working.
full playlist need
Maybe in the future 🙂
Please video on how to make a simple game using python for Android mobile?
Very niche topic - Let me add that to my backlog of future videos 🙂
@codingwithroby thank you
To be fair, this looks like HTML with extra steps... Nice vieo, though.
Right, but HTML doesn't come with CSS, JavaScript and HTMX behind scenes. There is more work involved here than HTML, but less work when you add in everything else you need on top of HTML.
@@codingwithroby ok, I delve deeper into it. And it's actually really cool. Maybe in the furure you should do a more advanced video about it?
If you already have full tutorial or course of FastHtml then let me know.
I don’t, just FastAPI as of now. 🙂
Looks like JSX
Similar, but uses HTMX behind scenes.
it is a bad idea that make html from the backend.
I think it is all relative, right? The only true FE's are then SPA apps, because most other templating are rendered from BE.