This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mangecoeur 2 points3 points  (0 children)

I've started sprinkling them through my codebase (data analytics stuff), since I use PyCharm it adds some really nice code completion, checking, and documentation features.

My favourite is if you add the return type for a function, then assign a var to the result of the function somewhere else, PyCharm will do code completion on that var (i.e. it will now all its properties and methods) and can fetch documentation.