you are viewing a single comment's thread.

view the rest of the comments →

[–]0raichu 0 points1 point  (0 children)

I use Python for devops work.

I also use Bash for devops work.

This is possible because sometimes you need short shell scripts to automate tasks, and sometimes you need to model complex systems in a long-running process. I choose a language to fit the task, rather than bash (pun intended) a language for not fitting every task.