Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added mypy and Static Type Checker section #952

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2017
Merged

Conversation

nnikolic72
Copy link
Contributor

What is this Python project?

mypy uses type hints in code to warn about possible type errors before running the code.

What's the difference between this Python project and similar ones?

  • This tool is unique in its ability to detect error that could be only caught during run-time.
  • Package is maintained by Dropbox team with Guido van Rossum
  • Type hints are introduced in Python 3.5 as official part of the language, making this package stand out.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@vinta vinta merged commit fb4c1e6 into vinta:master Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants