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!

  • NostraDavid@programming.dev
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    I’m confused why you’re asking for feedback. You already chose Svelte and Sveltekit, no?

    Here’s my feedback anyway: I like Python and dislike Javascript. Yes, Python is slow (though that can be offset via Pandas, among other libs) but it’s relatively painless. Unlike JS, which is quite painful to work with. JS libs also come and go every few years, whereas Python’s seems a bit more stable in that regard.

    But it also depends on whether I’m part of your target audience - who is your target audience?

    • TGhost [She/Her]@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      2
      ·
      3 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@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        3 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.