Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Catching Up With Pyre, A Fast Type Checker For Python

Catching Up With Pyre, A Fast Type Checker For Python

FromThe Python Podcast.__init__


Catching Up With Pyre, A Fast Type Checker For Python

FromThe Python Podcast.__init__

ratings:
Length:
52 minutes
Released:
Sep 19, 2022
Format:
Podcast episode

Description

Static typing versus dynamic typing is one of the oldest debates in software development. In recent years a number of dynamic languages have worked toward a middle ground by adding support for type hints. Python's type annotations have given rise to an ecosystem of tools that use that type information to validate the correctness of programs and help identify potential bugs. At Instagram they created the Pyre project with a focus on speed to allow for scaling to huge Python projects. In this episode Shannon Zhu discusses how it is implemented, how to use it in your development process, and how it compares to other type checkers in the Python ecosystem.
Released:
Sep 19, 2022
Format:
Podcast episode

Titles in the series (100)

The podcast about Python and the people who make it great