@sneak Really? The python stdlib is fairly expansive. Unless you mean import modules that exist in the stdlib? I've made some fairly extensive python programs that could've been bash prompts and chose python because I started getting sick of bash BS fairly quickly. You can call programs still with submodule and such. I wrap the calls with a `sh([command,list])` and `sho()` func so it's very easy to use other programs still.
@sneak Really? The python stdlib is fairly expansive. Unless you mean import modules that exist in the stdlib? I've made some fairly extensive python programs that could've been bash prompts and chose python because I started getting sick of bash BS fairly quickly. You can call programs still with submodule and such. I wrap the calls with a `sh([command,list])` and `sho()` func so it's very easy to use other programs still.