FastHTML Tutorial: Build Modern Web Applications with Pure Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 29

  • @codingwithroby
    @codingwithroby  หลายเดือนก่อน +2

    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?

    • @azudonivictory918
      @azudonivictory918 หลายเดือนก่อน

      Sure 😊...
      It's so amazing that python has a framework that's almost like reaxt in js

    • @efbYouTube
      @efbYouTube หลายเดือนก่อน

      looks interesting. excellent example vid as usual! TY!!

  • @emmanuelalder9052
    @emmanuelalder9052 หลายเดือนก่อน

    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.

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      I am so happy you enjoy the content - these videos aren't easy to make 🙂 Thanks for the kind words!

  • @MrAverageViewer
    @MrAverageViewer หลายเดือนก่อน +1

    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.

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน +2

      Not a bad idea - I have some others I am building first 🙂

  • @krishnaagarwal7934
    @krishnaagarwal7934 หลายเดือนก่อน

    Fastapi and apache kafka would be a great combo !!! Please make a video on it

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      It is on my list - I do have quite a few videos before it though!

  • @franciseigbe2796
    @franciseigbe2796 หลายเดือนก่อน

    This is a great content @codingwithroby.
    What's your take on this; FastHTML, FastAPI and Mongodb for POS app dev?

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      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.

  • @DevLearn-lv7nr
    @DevLearn-lv7nr หลายเดือนก่อน

    like the ide - coding and browser side by side ? what ide is it ? 🙂

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      Cursor AI - Check out my last video on the subject 🙂

  • @orafaelgf
    @orafaelgf หลายเดือนก่อน

    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?

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      Hmm, I really do not know if that functionality is 100% supported here. It may take additional work to get that 100% working.

  • @SaimoonAhamood
    @SaimoonAhamood หลายเดือนก่อน

    full playlist need

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      Maybe in the future 🙂

  • @petehall1900
    @petehall1900 10 วันที่ผ่านมา

    Please video on how to make a simple game using python for Android mobile?

    • @codingwithroby
      @codingwithroby  10 วันที่ผ่านมา +1

      Very niche topic - Let me add that to my backlog of future videos 🙂

    • @petehall1900
      @petehall1900 9 วันที่ผ่านมา

      @codingwithroby thank you

  • @carecavoador
    @carecavoador หลายเดือนก่อน +4

    To be fair, this looks like HTML with extra steps... Nice vieo, though.

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      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.

    • @carecavoador
      @carecavoador หลายเดือนก่อน

      @@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?

  • @wizurai_engineering
    @wizurai_engineering หลายเดือนก่อน

    If you already have full tutorial or course of FastHtml then let me know.

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน

      I don’t, just FastAPI as of now. 🙂

  • @Deepcodeur
    @Deepcodeur หลายเดือนก่อน

    Looks like JSX

    • @codingwithroby
      @codingwithroby  หลายเดือนก่อน +1

      Similar, but uses HTMX behind scenes.

  • @U.g.u.r.A.P.A.K
    @U.g.u.r.A.P.A.K 25 วันที่ผ่านมา

    it is a bad idea that make html from the backend.

    • @codingwithroby
      @codingwithroby  25 วันที่ผ่านมา

      I think it is all relative, right? The only true FE's are then SPA apps, because most other templating are rendered from BE.