TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Type Hints Are Scary

7 点作者 backslash_16超过 7 年前

1 comment

backslash_16超过 7 年前
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.