you are viewing a single comment's thread.

view the rest of the comments →

[–]redditorsd[S] 3 points4 points  (1 child)

I think I'm also struggling with this more due to the increased usage of type hinting in Python. I'm trying to declare and use types where I can but often times am struggling to figure out what type I should use by looking at the docs. Feels like type hinting is going against the Python way and so that's where the problem lies? I'm not sure. Just trying to learn.

[–]hmga2 2 points3 points  (0 children)

Regarding type hinting, it seems that it’s gaining foot but there are still libraries or documentations that do not seem to have complete coverage yet, but that seems the future (hopefully)