Hinting

Python Type Hinting with Literal

PYTHON PROGRAMMINGMore powerful than it seems: use typing.Literal to create literal typesI’ll admit it: I wasn’t all the time a fan of typing.Literal, a form of making literal types in Python. Actually, I not...

Python Type Hinting in Data Science Projects: A Must, a Possibly, or a No-No?

PYTHON PROGRAMMINGShould we use type hints in data-science projects realized in Python?Should we use type hints in data-science projects realized in Python?Need a disclaimer? Here you're: It depends. In Proof-of-Concept sorts of projects, it’s...

Recent posts

Popular categories

ASK ANA