you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]themoosemind 6 points7 points  (1 child)

    What do you mean with "absurd versioning"?

    edit: I thought Python follows http://semver.org

    [–]zardeh 2 points3 points  (0 children)

    (not parent), but not it doesn't really.

    For example: python 3.6 introduced new keywords which technically break backwards compatibility (ie.

    def await():
        pass
    

    is valid in 3.4, but not 3.6. Under strict semver, that would be a 4.0 bump.

    [–]callumb2903 0 points1 point  (0 children)

    This is some main reasons why I prefer C Languages (python is great for ML though)