TFW you realize you're still writing old-style Python classes.
@craigmaloney I still don't really know what the difference is
@craigmaloney I'm reading through this and I have no idea what basically any of these mean to me as an everyday programmer. I mean I'll use new-style classes (and they're default in Py3 anyway) but I don't claim to know what actually makes them better, and it looks like I should probably continue not to care that much.
@craigmaloney there's a new way to write classes?