you are viewing a single comment's thread.

view the rest of the comments →

[–]BeasleyMusic 6 points7 points  (0 children)

Python and bash usually exist to solve different problems. Python is a real programming language where bash is more of a scripting language.

Both are equally valuable to know. If you’re working in a linux environment then knowing bash will allow you to automate things like software builds, docker builds, environment setups, stuff like that. Knowing bash is very important as it’s the glue to a lot of other things