funny, as a jvm dev, I think the same about Python. Most JVM devs are packaging their code as binaries, not raw jars. Most Python devs package their code as… well they don’t usually. they just tell you to clone the project and run it with a virtualenv. Which is so much worse than a jar.
Also a programmer. This is true with the exception of JVM languages, which can sometimes place a burden on the user of an application.
funny, as a jvm dev, I think the same about Python. Most JVM devs are packaging their code as binaries, not raw jars. Most Python devs package their code as… well they don’t usually. they just tell you to clone the project and run it with a virtualenv. Which is so much worse than a jar.