Hi folks, In this piece I would like to introduce one relatively new Python’s framework for building simple and powerful web framework for building web apps, APIs, etc. in Python 3.7+ based on type hints. What is a type hint? First of all, python is not statically typed language as you may know and as…