Demystify Python Types for PEP 729 — Kir Chou

Описание к видео Demystify Python Types for PEP 729 — Kir Chou

[EuroPython 2024 — Forum Hall on 2024-07-10]

Demystify Python Types for PEP 729 by Kir Chou
https://ep2024.europython.eu/session/...

[PEP 729 – Typing governance process](https://peps.python.org/pep-0729/) proposes a new way to govern the Python type system. The PEP was endorsed by maintainers of all major type checkers. This talk aims to guide the audience to understand the reason more deeply of this new process after demystifying Python types.

In this talk, the speaker will demystify python types from their theory to practice along with Python type systems. The theory includes the type theory by [Per Martin-Löf](https://en.wikipedia.org/wiki/Per_Mar... and [gradual typing by Jeremy Siek](http://scheme2006.cs.uchicago.edu/13-..., all theories will be explained with the Python code in the real world. The type system targets all major type checkers and CPython. The comparison will be based on the research: [Python 3 Types in the Wild: A Tale of Two Type Systems](https://www.cs.rpi.edu/~milanova/docs.... The practice covers how a new specification is done in type systems. In addition, the speaker will share their thoughts about the challenges behind the implementation, and connect the answer to the reason for the PEP 729.


---
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: https://creativecommons.org/licenses/...

Комментарии

Информация по комментариям в разработке