Live data from Hacker News

Viewing profile — pelme

pelme

HN member
Joined
Tue, Jul 24, 2012, 8:40 PM UTC
HN karma
9
Public activity
11 items

About pelme

No profile information was provided.

Recent public activity

  1. comment
    Comment #46218272

    htpy supports passing data between multiple levels components with its context (very similar to React): https://htpy.dev/usage/#passing-data-with-context

  2. comment
    Comment #42779942

    (I am the maintainer of htpy). We use htpy for a big project with a lot of complex components/pages. We have yet to see htpy being a problem for performance reasons. For us, the pe…

  3. comment
    Comment #41118622

    htpy recently got a html2htpy command which can convert HTML to htpy code: https://htpy.dev/html2htpy/

  4. comment
    Comment #41108725

    Thanks, that makes sense! :)

  5. comment
    Comment #41108692

    In our company, where htpy was born, we are building a highly interactive application with htpy combined with Alpine.js+htmx. We have a couple of thousands lines of htpy code in pr…

  6. comment
    Comment #41107485

    Thanks for making FastHTML, it is great to see more Python tooling that embraces Python for generating HTML. What made you build FastTag instead of going with htpy? I am the author…

  7. comment
    Comment #40491852

    We have been doing something similar with https://htpy.dev the last ~6 months.

  8. comment
    Comment #40187783

    Writing out the code to generate this may not be easier than using templates, but it is not really harder either. I think it mostly looks a little different. The real benefit is us…

  9. story
    Show HN: Htpy – generate HTML from Python without templates

    I built a library that to generate HTML from Python. We have been using this library with Django the last couple of months instead of classic templates and find it to be productive…

  10. comment
    Comment #39789100

    Python's inline if's still read backwards to me and it would be nice to switch the order. But we are kind of stuck with it. I also don't want to introduce new control structures in…

  11. comment
    Comment #39783839

    This looks great! Building HTML on the server with static types and htmx is a very productive combination! At work, we have been exploring alternatives to templates in our Django p…