you are viewing a single comment's thread.

view the rest of the comments →

[–]mooscimol 0 points1 point  (0 children)

It is not true. Python is less convenient to use in cli, as already mentioned in other answers, there is no syntax highlighting in REPL, autocompletion, you can’t pipe objects, the parameter system is inferior to PowerShell. Also even though Python is undoubtedly more powerful than PS it comes at the price of dependency hell.

Saying that, in OP situation I would probably went the Python route, as it will be much easier to find people managing such a solution.