FastHTML Tutorial: Build Modern Web Applications with Pure Python

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 30

  • @codingwithroby
    @codingwithroby  2 місяці тому +3

    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 2 місяці тому

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

    • @efbYouTube
      @efbYouTube 2 місяці тому

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

  • @emmanuelalder9052
    @emmanuelalder9052 2 місяці тому

    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  2 місяці тому

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

  • @MrAverageViewer
    @MrAverageViewer 2 місяці тому +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 місяці тому +2

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

  • @krishnaagarwal7934
    @krishnaagarwal7934 2 місяці тому

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

    • @codingwithroby
      @codingwithroby  2 місяці тому +1

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

  • @DevLearn-lv7nr
    @DevLearn-lv7nr 2 місяці тому

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

    • @codingwithroby
      @codingwithroby  2 місяці тому

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

  • @franciseigbe2796
    @franciseigbe2796 2 місяці тому

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

    • @codingwithroby
      @codingwithroby  2 місяці тому

      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.

  • @SaimoonAhamood
    @SaimoonAhamood 2 місяці тому

    full playlist need

  • @orafaelgf
    @orafaelgf 2 місяці тому

    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  2 місяці тому

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

  • @petehall1900
    @petehall1900 Місяць тому

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

    • @codingwithroby
      @codingwithroby  Місяць тому +1

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

    • @petehall1900
      @petehall1900 Місяць тому

      @codingwithroby thank you

  • @wizurai_engineering
    @wizurai_engineering 2 місяці тому

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

    • @codingwithroby
      @codingwithroby  2 місяці тому

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

  • @carecavoador
    @carecavoador 2 місяці тому +4

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

    • @codingwithroby
      @codingwithroby  2 місяці тому +1

      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 2 місяці тому

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

  • @Deepcodeur
    @Deepcodeur 2 місяці тому

    Looks like JSX

    • @codingwithroby
      @codingwithroby  2 місяці тому +1

      Similar, but uses HTMX behind scenes.

  • @U.g.u.r.A.P.A.K
    @U.g.u.r.A.P.A.K Місяць тому

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

    • @codingwithroby
      @codingwithroby  Місяць тому

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