• esc27@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    12
    ·
    25 days ago

    My indirect experience with python is that it is slow as hell. Anytime I install an app that includes python it lags 15-30 minutes on that step. Anytime I’m asked to install something with conda it takes 30 minutes to an hour.

    I’m sure that is just due to environmental and implementation issues, but the Java fans say the same thing…

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      15
      arrow-down
      4
      ·
      edit-2
      25 days ago

      It’s near-universally regarded as a great prototyping language. For prod you should use something big-boy, like Java, or if you want to get fancy, Rust.

      • _stranger_@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        24 days ago

        The “Big Boys” use tests to gauge when code is production ready, they don’t rely on a typing system and call it a day. I’ve seen monoliths made out of bash serve their purpose for years without a glitch, thanks to tests.

    • hinterlufer@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      25 days ago

      Yeah conda is slow af, but you can change the env solver which makes things much faster and there’s also mamba/miniconda which I haven’t tried but is supposedly much faster

    • zalgotext@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      25 days ago

      That feels like a packaging issue, which would be a problem specific to the developer of that app, not Python. For the most part, pip packages install basically instantaneously.