Show HN: Type-Checker – Type Check Python Values and Complex Data Structures (robjampar.gitlab.io) 1 points by robjampar 7y ago ↗ HN
[–] robjampar 7y ago ↗ Published this today, it's the first Python package that I have released.Could be useful for type checking Python Values that come from decoded JSON requests (for example web API request format validation) [–] all2 7y ago ↗ I've been using TypeScript type checking in JS recently, and I went back to python and was wanting type checking. It was a weird feeling.Would there be a way to build this into a plugin for Atom or VS code? [–] robjampar 7y ago ↗ Have you seen/are you using type hinting (available in python 3.5+) Most IDEs have support for type hinting.https://www.python.org/dev/peps/pep-0484/ [–] all2 7y ago ↗ I have not! Thank you!
[–] all2 7y ago ↗ I've been using TypeScript type checking in JS recently, and I went back to python and was wanting type checking. It was a weird feeling.Would there be a way to build this into a plugin for Atom or VS code? [–] robjampar 7y ago ↗ Have you seen/are you using type hinting (available in python 3.5+) Most IDEs have support for type hinting.https://www.python.org/dev/peps/pep-0484/ [–] all2 7y ago ↗ I have not! Thank you!
[–] robjampar 7y ago ↗ Have you seen/are you using type hinting (available in python 3.5+) Most IDEs have support for type hinting.https://www.python.org/dev/peps/pep-0484/ [–] all2 7y ago ↗ I have not! Thank you!
4 comments
[ 3.0 ms ] story [ 23.0 ms ] threadCould be useful for type checking Python Values that come from decoded JSON requests (for example web API request format validation)
Would there be a way to build this into a plugin for Atom or VS code?
https://www.python.org/dev/peps/pep-0484/