Python and JS can both execute code when loading libraries (`import foo` and `require('foo')` respectively). Yet the Python CLI apps I've seen have to do much more work to ensure good startup performance (e.g. `myapp --help` not being slow). I'm not sure why.