@cfbolz Every time I learn more about how Python works I get a little sad, so I've mostly decided that it's best if I don't.
@cfbolz @DRMacIver Python is even easier to learn if you `dis` a lot and know how does the magic work. Don't understand a concept? dis it! Can't figure out the magic? dis it!
@dpwiz @DRMacIver totally, but it only helps for some of the problems, eg anything related to scoping