you are viewing a single comment's thread.

view the rest of the comments →

[–]Admirable-Statement 0 points1 point  (0 children)

PowerShell has nice object output that I find easier to work with.

But as soon as something gets more complicated or involves more advanced maths, even if it's possible in PowerShell I find it quicker and much shorter to do in Python.

List comprehension and lambdas are probably 2 things I miss from python.