I … I think I'd like to learn bash? Do you have any tipps on how to do that? Or should I rather learn python ("automate the boring stuff")?

@jollysea Bash is a easy thing for some scripting.. and there is the Advanced Bash Scripting Guide at TLDP: tldp.org/LDP/abs/html/

Python will take a good amount longer and will possibly go deeper into programming..

So maybe do it in that order? ;)

(Knowing bash might help for example to understand python venv (virtual environment) handling and such. ;))

Advanced Bash-Scripting Guide