Mypy with David Fisher and Greg Price
As Python developers we are fond of the dynamic nature of the language. Sometimes, though, it can get a bit too dynamic and thatβs where having some type information would come in handy. Mypy is a project that aims to add that missing level of detail to function and variable definitions so that you donβt have to go hunting 5 levels deep in the stack to understand what shape that data structure is supposed to be. This week we spoke with David Fisher and Greg Price about their work on Mypy and its use within Dropbox and the broader community. They explained how it got started, how it works under the covers, and why you should consider adding it to your projects.