FastHTML Tutorial: Build Modern Web Applications with Pure Python

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024
  • FastHTML is a new way to build modern web applications using only Python.
    Get this repository: www.codingwith...
    Want MORE free repositories? www.codingwith...
    🎥 React + FastAPI: • How to build a React +...
    🎥 AWS Lambda + FastAPI: • Deploy FastAPI on AWS ...
    🎥 MongoDB + FastAPI: • Unlocking the Power of...
    🎥 MySQL + FastAPI: • How to build a FastAPI...
    🎥 PostgreSQL + FastAPI: • How to build a FastAPI...
    🎓 Courses can be found:
    FastAPI Beginner & Advanced: www.udemy.com/...
    Learn Chatbot Development: www.udemy.com/...
    👨‍💻 Hi, I am Eric!👨‍💻
    Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!
    🙏 Support The Channel 🙏
    If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍
    #fastapi #fasthtml #python

Комментарии • 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 Месяц назад

      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 Месяц назад +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 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 Месяц назад

    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 🙂

  • @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  Месяц назад

      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.

  • @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  Месяц назад

      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

  • @wizurai_engineering
    @wizurai_engineering Месяц назад

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

  • @petehall1900
    @petehall1900 27 дней назад

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

    • @codingwithroby
      @codingwithroby  26 дней назад +1

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

    • @petehall1900
      @petehall1900 26 дней назад

      @codingwithroby thank you

  • @carecavoador
    @carecavoador Месяц назад +4

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

    • @codingwithroby
      @codingwithroby  Месяц назад +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 Месяц назад

      @@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 Месяц назад

    Looks like JSX

  • @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.