EDUCATION & TRAINING
The Joy of Typing
Towards Data Science
About This Tutorial
A practical guide to modern type annotations in Python for data science In data science, as in life, it’s important to know what you’re working with. Many languages enforce these constraints statically before execution. As a result, inconsistencies may remain hidden until a later operation fails at runtime: arithmetic applied to a string, indexing a dictionary with an unhashable.