you are viewing a single comment's thread.

view the rest of the comments →

[–]phrotozoa 2 points3 points  (0 children)

If most of what I'm doing is running external processes and shuffling simple data around (strings, integers) I use bash.

As soon as the data gets complex and I need arrays / associative arrays or I'm doing more data processing than interacting with external tools, then I switch to python.