11:25
Python static type checker/analyzer - Pytype
Follow me: https://twitter.com/ShahriyarRzayev This video is about Google's Python static type analyzer: ...
12:25
Static type checking with Mypy — Perfect Python
Welcome to Perfect Python, the series where I show you how to take your code to the next level — perfection. In this episode we'll ...
24:26
Jean-Philippe Caissy - Static type-checking is dead, long live static type-checking in Python!
Jean-Philippe Caissy - Static type-checking is dead, long live static type-checking in Python! [EuroPython 2015] [24 July 2015] ...
3:02
MyPy Is DEAD! Astral's TY Is The New Future Of Python Type Checking
Switching from MyPy to TY for Python type checking will dramatically improve your development workflow. This video ...
27:21
Typing at scale: statically type-checking a large codebase — Alan Franzoni
Is static type-checking enough, or do we need to runtime check as well? * Is the type checker always right? This is a case study ...
54:57
SE Radio 725: Danny Yang and Sam Goldman on the Pyrefly Type Checker
Danny Yang and Sam Goldman, both Software Engineers at Meta, speak with host Gregory M. Kapfhammer about the Rust-based ...
28:41
Dustin Ingram In this talk, we'll discuss the advantages and disadvantages to a static type system, as well as recent efforts to ...
18:16
Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference?
In this video, we'll be learning about the differences between type hinting, type checking, and data validation in Python. These are ...
55:09
Static Type Checking (Porth Ep.15)
References: - Porth Source Code: https://github.com/tsoding/porth - Porth Development Playlist: ...
6:23
This will fix Python type checking
So, Astral is working on a new Python type checker. Let's check it out! *Time stamps:* - 00:00 - Intro - 00:31 - Type Annotations ...
1:17:06
Stanford Seminar - Optional Static Typing for Python
EE380: Computer Systems Colloquium Seminar Optional Static Typing for Python Speaker: Guido van Rossum, Dropbox ...
32:10
Carl Meyer - Type-checked Python in the real world - PyCon 2018
Speaker: Carl Meyer You've heard about Python type annotations, but wondered if they're useful in the real world? Worried ...
6:29
Did I just ruin Python with Enforced Static Typing?
This video was sponsored by Zed, the next-gen code editor: ▷ Try Zed for free: http://zed.dev/download In today's video we're ...
1:05:21
#114 ty: Fast Python Type Checking with Carl Meyer
Carl Meyer (https://www.linkedin.com/in/carljm/) works on the ty (https://docs.astral.sh/ty/) Python type checker, built in Rust by ...
5:15
The BIGGEST Misconception About Type Hints In Python Explained
... type hints thinking that it will achieve what "compiled languages" get in terms of static type checking and performance boosts.
7:33
Meta Just Dropped a NEW Python Type Checker!
Meta just released Pyrefly Beta, a new high-performance Python type checker and language server capable of analyzing up to 1.8 ...
7:20
“typing” is getting deprecated in Python
In today's video we're going to be talking about the typing module getting deprecated in Python, or to be more specific, how most ...
30:12
Michał Gutowski – Static Type Checking With Mypy – SPS22
"Python is a dynamic language, which gives its users a lot of power. But, as we know, with great power comes great responsibility.
13:31
python typing: TYPE_CHECKING (intermediate) anthony explains #312
today I show you what the `TYPE_CHECKING` constant is in the typing module and why you would ever use it! - circular imports ...
1:51
How to perform Static Type Checking in Python | Boost Type Safety by installing MyPy in VS Code
Want to catch errors before running your Python code? MyPy is a powerful static type checker that helps ensure your Python ...