Session-Vorschlag: Python instead of shell scripts
Das ist bisher nur ein Session-Vorschlag.
While shell scrips are useful to combine a few external commands they quickly become messy and hard to maintain.
This talk shows how Python can achieve similar tasks as shell scripts with only a few lines of code more while offering robust error handling, simple parsing of command line options, platform independence and all the niceties of a "real" programming language.