Live coding 5

I need to do exactly what Jeremy mentioned in WT5 with Python. For my day job I need to automate things here and there and my go-to has always been bash or other Unix utilities because they’re always available, and I find myself stumped by having to do things that seem simple in bash scripting but daunting in Python. Like iterating through a list of files in a directory and renaming them, or connecting to a bunch of servers and running certain commands etc.

I will just need to ban myself from using Bash and force myself to use Python. :sweat_smile:

1 Like