python: typing = discussion
Nate Stemen
Unitary Fund
Quantum Wednesday
3 May 2023
types
Q: What is a type?
A: a thing that has certain properties
Q: what’s the point?
A: constrains the possible values an expression can have.
Types in python
Python 1.0
January 1994
PEP 484 - Type Hints
29-Sep-2014
Type Constructors
Subtyping
Best practices