Comments are moderated. It may take a few minutes before your comment appears.
Markdown is supported in your comments.
There are two cases were defining a class is pretty much unavoidable: defining new data structures and changing Python's syntax. If you want to make a Tree type, you'll need to class it. If you want to do stuff like this: