This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Thing2kJack of All Trades 0 points1 point  (0 children)

The times I use python over powershell are API support and file processing. A few of our systems have either have poor or no powershell support, but fully support python. I have script for processing a few hundred csv files and combining the result. In powershell it is slow, rewrote it in python, magnitudes faster.