HN2new | past | comments | ask | show | jobs | submitlogin

A lot of these are multi use local run, in CI, and at onsite w/o internet, so we try hard to avoid dependencies and keep them small and pointed.

Once we need deps we need a more complicated setup, so Docker or Go usually prevail



You can always use something like PyInstaller or freeze to produce a single-file executable that bundles all of its dependencies, though at that point you may as well just use Go which does this more naturally. Single-file Python executables tend to be huge and slow to start up, not a big deal for non-interactive server processes, but miserable for CLIs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: