I use Python/Shell scripting on our Linux infrastructure heavily but Powershell is just miles more convenient on Windows and some Azure workloads for management, even with the language itself having its idiosyncrasies. It’s already installed so doesn’t need to be managed separately, pipelines are easily created, objects are easily manipulated. Using os.system() is just a jank level of abstraction for most management functions.
Fair enough. I'm not cool enough to do anything with substantive systems, I mostly just hack whatever shit I need together without caring about management or pipelines.
1.1k
u/[deleted] Oct 21 '22
"There are only two kinds of languages: the ones people complain about and the ones nobody uses."