
Python Type Checking 101
If you are new to Python, you may have heard of type checking and type hinting, and wondered what they are all about. Within this post we will provide a 101 to explain what type checking and type hinting are and the problem they look to solve.
Let's