I came across this particular website which I found useful to explain 2 basic and common python errors:
- TypeError: sequence item 0: expected str instance, int found
- TypeError: can only join an iterable
For information, do take a look at Python detect and prevent TypeError: sequence item 0 and join iterable