florimondmanca / www

Code for https://florimond.dev
MIT License
32 stars 10 forks source link

Why I started using Python type annotations – and why you should too #100

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

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/

claudiofinizio commented 4 years ago

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.