Full Stack Python FastAPI HTMX SQLite Part 2

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 14

  • @valdavid1829
    @valdavid1829 3 месяца назад

    i deeply appreciate you debugging in real time.

    • @valdavid1829
      @valdavid1829 3 месяца назад

      day 2 of my gratitude for this video. i just finished setting up my prototype following this vid!

    • @cspythonforscience
      @cspythonforscience  3 месяца назад +1

      Thank you for the kind words! Agree I've seen too many tutorial videos that don't show running into issues or having to debug problems and that's not how programming works in practice.

  • @swoopsavvy7560
    @swoopsavvy7560 7 месяцев назад

    Again great tutorial. I'll keep coming back!

    • @cspythonforscience
      @cspythonforscience  7 месяцев назад

      Thank you for the kind words. I hope to have part four uploaded soon

  • @adamwasserman4934
    @adamwasserman4934 5 месяцев назад

    A tip for people who are getting just the h1 and not content at 4:00 minutes:
    on line 24 change `context={}` to `context = context`

    • @cspythonforscience
      @cspythonforscience  5 месяцев назад +1

      Thanks for pointing this out.

    • @adamwasserman4934
      @adamwasserman4934 5 месяцев назад

      @@cspythonforscience My pleasure. There are few spots in the other episode where I will fill in something I think is missing.
      I really appreciate you making this. Just what I needed, and not that easy to find.

  • @adamwasserman4934
    @adamwasserman4934 5 месяцев назад

    And thanks for a great tutorial

  • @Jakub1989YTb
    @Jakub1989YTb 5 месяцев назад

    Cdn js at the end of a body?

    • @cspythonforscience
      @cspythonforscience  4 месяца назад +1

      Agreed not the best place for it. In general it’s best to just host your own css and js instead of using cdn. I moved this js cdn into the head in the final vid of the series and show how to use HTMX to cache it so you don’t reload it on every request.

  • @aleksdizhe
    @aleksdizhe 7 месяцев назад

    Well, when is the part 3? :))