Open utterances-bot opened 4 years ago
Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.
https://florimond.dev/blog/articles/2018/07/why-i-started-using-python-type-annotations-and-why-you-should-too/
Just a word of thanking for this article; short, coincise and to the point. :-) Thanks, it allowed me to start using this interesting Python feature.
Why I started using Python type annotations – and why you should too
Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.
https://florimond.dev/blog/articles/2018/07/why-i-started-using-python-type-annotations-and-why-you-should-too/