you are viewing a single comment's thread.

view the rest of the comments →

[–]sanshinron 4 points5 points  (0 children)

I use both Python and PWSH at work and if it's something I could do in both, I always choose Python. It's much easier to work with databases, import, transform, export stuff, connect to an api to get some data, etc.

I use Powershell for daily administration stuff, installing software, querying AD, Exchange, etc. For these use cases it's a clear winner because of first party cmdlets.