TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Type Hints Are Scary

7 pointsby backslash_16over 7 years ago

1 comment

backslash_16over 7 years ago
I&#x27;m exploring using Python with pylint and mypy &quot;cranked&quot; to the max.<p>I really like the lightweight syntax Python has vs C# or Java for example, especially for classes and free functions. When adding type annotations in Python 3.6 then analyzing with mypy I think I&#x27;m getting most of the benefits of a static type system.<p>Plus mypy has a couple cool features like Union types.