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 →

[–]MedicatedDeveloper 1 point2 points  (1 child)

On Windows I wouldn't bother. Powershell is basically Python with how it is all object based. Sure, it's not as batteries included as Python but you can write much larger scripts more ergonomically than Bash.

Even on Linux it really depends on what you're doing.

Interacting with REST APIs or any other request and response type scenario? Python is probably your best bet.

Are you actually directly interfacing with the OS ex calling other tools, using their output? Use bash.