Tree hack
Building and printing a tree
I had to write a python script that transforms incoming date organised into a folder structure. For this, I needed both a simple python representation and an easy way to print the data.
Thomas T Burgess's Blog