> 2) Too picky with variables types. I ended up casting so much in my code (or > pending my values with ".intx" it is not even funny anymore. You type a lot.
I am also bitten by this far too much. There is a certain trade-off to be made here though between safety and convenience. I think the idea is to have the best of both worlds via the lenientops module. Have you tried importing it?
