Python anger

Fighting with Python. Has anyone else noticed that it’s really hard to figure out how to use the standard library? There aren’t type declarations, the API conventions are all over the map, and the docs are often pretty uninformative. But the thing that really has me upset is this. By default, the standard Python “print” […]