When I first started analyzing data (in Python) I relied too much on object-oriented programming. If I was analyzing census data, I'd create State + County classes, with methods like get_population() / plot_income()
— David Robinson (@drob) June 4, 2019
You can burn 1000s of lines of code and feel totally productive