Just wondering if you have any guidelines on when to use bash vs python. For example one can setup folder structure for lesson 1 homework using bash or python. I found that “!” commands are independent from each other and certain tasks are more readable in python.
Any preferences based on experience?