I am thinking of creating a boilercode for python + Typescript apps. I see a lot of typescript app boilercodes and not too much python, is python hated by solopreneurs?

  • doppio@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    When I use Python, one of the reasons I appreciate it is that it generally doesn’t require a lot of boilerplate.

    • bytepursuits@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Also ai/ml/nlp libraries is huge - i dont belive js/ts has or would ever get on par with that.

  • cervere@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I use both equally. For my data related research work, I use python. All my side projects, including the ones I want to link my python work, I use TS/JS. I came across some combinations using python/dash etc. But if you’re working on combining TS and Python, I’d be one of the first ones to try :)

  • Bon_Visions@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I like Python, but using Node.js for backend development creates a more unified and efficient tech stack.

  • ioah86@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Something to push out a MVP quick and then also have the ability to move it easily to fulfill Enterprise needs later? Heck yeah, Python it is, and that is why we love it!

  • Middlewarian@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I avoid interpreted languages. There’s a price to pay for that, but if you’re building for the long haul you want to dodge the pythons.

    • lazaro_92@alien.top
      cake
      B
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Do you work on web development? What language / framework do you use for backend?

  • Ok_Net_6384@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Why would it be hated? It’s great for many things, one of them being building things fast.