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.

MonkeyType with Carl Meyer and Matt Page

MonkeyType with Carl Meyer and Matt Page

FromThe Python Podcast.__init__


MonkeyType with Carl Meyer and Matt Page

FromThe Python Podcast.__init__

ratings:
Length:
48 minutes
Released:
Jan 28, 2018
Format:
Podcast episode

Description

One of the draws of Python is how dynamic and flexible the language can be. Sometimes, that flexibility can be problematic if the format of variables at various parts of your program is unclear or the descriptions are inaccurate. The growing middle ground is to use type annotations as a way of providing some verification of the format of data as it flows through your application and enforcing gradual typing. To make it simpler to get started with type hinting, Carl Meyer and Matt Page, along with other engineers at Instagram, created MonkeyType to analyze your code as it runs and generate the type annotations. In this episode they explain how that process works, how it has helped them reduce bugs in their code, and how you can start using it today.
Released:
Jan 28, 2018
Format:
Podcast episode

Titles in the series (100)

The podcast about Python and the people who make it great