

I went through the comments to check if someone hadn’t already mentioned exactly this. Here you go.
I have used PowerShell since its inception, and still believe that the Monad manifesto is very relevant. However in recent years I have switched to Python for this same reason.
It’s more widely available, especially outside of Windows it already has greater support for advanced features. PowerShell is not a first class contemporary to Python on Linux.
Quite easy to learn. A lot of default learn materials, tutorials, examples.
You’ll also be able to find people in market with Python experience more readily (especially going forward) if you need to hire talent for your company.
I’ve used PowerShell in Windows for the past 15 years. Following dozens of steps in a GUI is not required.
I also use Linux, with bash and Python for automation. I’ve also grown to love NixOS for its automation options.
Both operating systems feature rich automation options. Both have ClickOps oriented interfaces for those that want it or are unwilling to learn to automate / use a CLI.
Doing ClickOps is a choice and a mindset, not a requirement of Windows. Using a CLI in Linux is not a requirement depending on the distro or your use case.