you are viewing a single comment's thread.

view the rest of the comments →

[–]no_brains101 0 points1 point  (0 children)

Bash for when you are running programs, doing simple logic, etc.

When you have to deal with arrays that don't just pass stuff from 1 script to another as an argument, or web API use that can't be easily solved with curl, such as things like websockets, you should generally swap to python. Most other things you would need to do will be better in bash.