Главная
Study mode:
on
1
Intro
2
Static typing in Python
3
Outline
4
Crashing
5
Config
6
Optin
7
Imports
8
Optout
9
Unit tests
10
Annotations
11
Packages
12
Examples
13
Weighted average
14
Parameterizing weighted average
15
Nominal typing
16
Meta programming
17
overloading function signatures
18
takeaways
Description:
Explore advanced static typing concepts in Python beyond basic function annotations in this EuroPython 2019 conference talk. Delve into challenges encountered when type-checking large codebases with complex architectures and metaprogramming. Learn to leverage powerful tools like generics, signature overloads, protocols, and custom mypy plug-ins to maximize type checking advantages. Discover how thinking in terms of the type system can improve code quality. Cover topics including crashing, config, imports, unit tests, annotations, packages, weighted averages, nominal typing, and overloading function signatures. Gain insights applicable to any programming language with static typing.

Static Typing - Beyond the Basics of def foo(x - int) - str

EuroPython Conference
Add to list