#type-checking

[ 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
fromRealpython
7 months ago

What Does isinstance() Do in Python? - Real Python

isinstance() determines if an object is an instance of a specified class or its superclass.
Python
fromQuansight
8 months ago

Escaping Contravariance Hell

Contravariance is a key concept in type checking that can cause confusion when using Python typecheckers.
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.
Node JS
fromInfoWorld
1 week ago

TypeScript 6.0 reaches release candidate stage

TypeScript 6.0 reached release candidate stage with improved type checking for function expressions in generic calls, scheduled for general availability on March 17.
Python
fromTalkpython
2 months ago

2025 Python Year in Review

Python in 2025 is rapidly evolving: the GIL is being phased out, packaging and tooling are improving, and type checking and AI-related tooling are rapidly proliferating.
Software development
fromInfoWorld
3 months ago

Python type checker ty now in beta

ty is a fast, pragmatic, ergonomic, open-source (MIT) type checker with Rust-inspired diagnostics and significantly faster incremental updates on large projects.
Python
fromTall, Snarky Canadian
3 months ago

The varying strictness of TypedDict

TypedDict now controls both key requiredness and whether extra keys are allowed, with Python 3.15 adding closed TypedDict behavior to restrict unknown keys.
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.
Python
fromRealpython
6 months ago

Python Annotations Quiz - Real Python

Lazy annotations in Python 3.14 defer evaluation of annotations to improve performance, fix forward reference issues, and support static type checking and runtime processing.
[ Load more ]