I’ve been learning some Python this past month. My initial thoughts are as follows:
- The language itself is fine I guess. Close enough to Ruby to make me happy. I still don’t like the significant whitespace, but I found a formatting tool that aligns my code according to the official style guide, so I only ever have to add the bare minimum indentation, and let the tool take care of the rest. It’s the closest I can get to avoiding it.