type checking

Parsing and validating data in Python using Pydantic

The introduction of type hinting opened the gates for many great new features in Python. And data validation and parsing…

3 years ago

Statically type checking Python code using Pyright

With the introduction of type hinting in Python 3.5, static typing and checking Python codes has started to gain popularity.…

3 years ago
Advertisements