Hi there 👋, I’m Gerard, founder of Latitude.

I have written an article on how I approached building an open-source data tool. I had doubts about Python vs JavaScript, but I’m happy with the path I chose.

Would love it if you guys give me any feedback!

  • TGhost [She/Her]
    link
    23 months ago

    Doing scripts for my needs and fun. I would never do JS except in the web browser console for “ez stuff” without external libs…

    For me python, the way to go ! :).

    The last things confirmed me this ?
    “Lemmy-client-JS” vs “plemmy”.

    • Baldur Nil
      link
      fedilink
      13 months ago

      Not having a standard library is what hindered JavaScript, mostly because of its origin as a browser language. The dev environment is already bad with many competing options that don’t always play nice together, now imagine that sort of problem even for the basic libraries.

      Python quite often have more than one library to do the same thing, but they’re often extra niceties.