2:41
Python 3.14 is introducing a new type of interpreter…
Python 3.14 is cooking up something big under the hood — a brand-new interpreter that could speed up your code by up to 30%!
3:40
DevwithSerdar Only rarely do new types get added to Python. With Python 3.15, the dictionary type now has an immutable ...
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 ...
29:59
Python's new type hints in action... in JavaScript (Christopher Neugebauer)
PyCon Canada 2015: https://2015.pycon.ca/en/schedule/17/ Talk Description: Depending on who you ask, PEP 484's Type Hints ...
7:46
Python 3.15’s new sentinel type: Why it matters
Python and Pandas with Reuven Lerner
Python 3.15 introduces a new built-in type: sentinel. Sentinels are useful when you need a unique value that means “missing,” ...
7:55
Create Custom New Types in Python
In this video we learn how to create custom new types in Python, using the NewType class.
27:27
Python's New Type Hints in Action… In JavaScript
Christopher Neugebauer https://kiwi.pycon.org/schedule/presentation/83/ Depending on who you ask, PEP 484's Type Hints are ...
1:21
The Cleanest Way to Make a Type Alias in Python
Learn Python's new type statement, how it compares to UserId = int, and why it makes type aliases cleaner and clearer. DSA ...
31:31
Python's New Type Hints in Action… In JavaScript by Christopher Neugebauer
Depending on who you ask, PEP 484's Type Hints are either the next big thing in Python, or the harbinger of doom upon our entire ...
7:47
Python 3.10's new type hinting features
New in Python 3.10, part I. This is part I and focuses on things related to type hints and the typing library. ― mCoding with James ...
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 ...
1:51
Introducing Pyrefly: A new type checker and IDE experience for Python
Introducing a brand new open source project, Pyrefly. It's a blazing-fast Python type checker and IDE extension written in Rust.
4:57
VRED Python Tutorial 9: How to use the new data types in Python API V2
The ninth video in our Python tutorial series introduces the data types for API V2, talks about their background, and shows you ...
21:16
Creating New Types (Classes) (Theory of Python) (Python Tutorial)
When it comes to creating new classes, you can call the type() function directly or use the class statement. All instances are ...
2:46
New In Python 3.12: Type Statement
New in Python 3.12, the type statement! Now we can use "type" to create type aliases in Python. ▷ Become job-ready with Python: ...
2:21
If you're struggling to learn to code, you must watch this
Here's the article by Jeannette Wing: http://www.cs.cmu.edu/afs/cs/usr/wing/www/publications/Wing06.pdf Link doesn't work for all ...
8:07
StrEnum & IntEnum: New Enum Types In Python?
In today's video we're going to be learning about both IntEnum and StrEnum in Python! Are they new types of enums? Let's find ...
28:51
Discussion of New Type of Runtime IR to Enhance Python
Engage the Jac Language Github: https://github.com/Jaseci-Labs/jaclang Check out the twitch stream: ...
15:47
Welcome to another video of the Code Before You Sleep – Python Series! 🌙 In this session, we’re exploring one of the most ...
7:18
How To Use The NEW "Self" Type In Python 3.11 (NEW FEATURE!)
Python 3.11 introduced to us a new Self type that we can use with classes. Let's take a good look at how we can use it! ▷ Become ...