#mypy

[ follow ]
#python
Python
fromMouse Vs Python
1 month ago

Python Typing Book Kickstarter - Mouse Vs Python

Python's type hinting has evolved since version 3.5, enabling effective type annotations and automated code checks.
Python
fromMouse Vs Python
2 months ago

How to Switch to ty from Mypy - Mouse Vs Python

Python supports type hinting, but type checking requires external tools like mypy, Pyright, and the new ty.
Python
fromMouse Vs Python
1 month ago

Python Typing Book Kickstarter - Mouse Vs Python

Python's type hinting has evolved since version 3.5, enabling effective type annotations and automated code checks.
Software development
fromMouse Vs Python
1 month ago

Python Typing Book Kickstarter - Mouse Vs Python

Python type hinting supports variable and function annotations, generics, TypedDict, decorators, and can be enforced with Mypy or ty in pre-commit or GitHub Actions.
Python
fromPeterbe
5 months ago

In Python, you have to specify the type and not rely on inference - Peterbe.com

TypeScript infers literal argument types causing compile-time errors for mismatched values; Python's mypy requires explicit annotations to report the same mismatches.
[ Load more ]