FastHTML - Web Applications in Pure Python

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

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

  • @oguzhan.yilmaz
    @oguzhan.yilmaz หลายเดือนก่อน +4

    Reflex is also for web apps in pure python but it's little bit heavy

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

    That's indeed great video, thanks! Maybe you can also show how to edit/update given person info once added to database?

  • @ЖавохирШавкатов-р2р
    @ЖавохирШавкатов-р2р หลายเดือนก่อน +1

    The content is really beneficial, can you take a video an overview on reactpy?

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

    Thank you for this very useful video!

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

    So can we create dynamic websites with this application?

  • @iloveteachingblog1995
    @iloveteachingblog1995 16 วันที่ผ่านมา

    Where did you find that you have to write fh before Titled or P, A,...? I haven't seen this before. Is it a new syntaxis? Nothing like this in fast html docs.

    • @NeuralNine
      @NeuralNine  15 วันที่ผ่านมา

      That was part of the tutorial on their website. I don't think it is part of the documentation unfortunately.

    • @iloveteachingblog1995
      @iloveteachingblog1995 15 วันที่ผ่านมา

      Thanks

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

    Everything was good until delete definition! From there a bit confusing 😅
    You said no CSS, how to do then?
    Thank you!

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

      The library uses PICO CSS which defines styles for each HTML tag without using classes.
      As you can see there is a style for for example, or the s.
      I kind of like it

  • @jcurwen31
    @jcurwen31 หลายเดือนก่อน +3

    I really dont like the fact you have to define the database object inside the app constructor.
    people, People? What if you need another objects?.
    I like the fact to create webapp only in python, but it feels like there is to much magic here.
    What do you think?

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

      Yes... Imagine a regular app with 10 needed entities. I'm assuming they thought about this and just be a way to modularize it

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

    Thanks

  • @ЖавохирШавкатов-р2р
    @ЖавохирШавкатов-р2р หลายเดือนก่อน

    Which editor do you use?

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

    great

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

    why?😂

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

    This will still render HTML.
    There should be a disclaimer. Please don’t learn a python framework for Frontend unless it’s for personal use.

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

    Lost opportunity to call it fasHTML

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

    I really don't understand why people create libraries like this... without css? This html structure will get very messy very quickly...what is the purpose of this thing? Stupidity... it's nice for a school exercise to create such a library

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

      if I remember well fasthtml has built-in CSS, it is tailwind css (if I'm not in mistake)

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

      @@MrKhkostadinov anyway... its useless

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

      @@MrKhkostadinovpico css

    • @tamoaimastamoaqui3025
      @tamoaimastamoaqui3025 24 วันที่ผ่านมา

      You can just use CSS, just like in plain HTML