Files
TB-Docs/presentation/sections/02_state_of_the_art.typ
T
HEL 4a69fb5e62 fix(presentation): finishing touches
add progress bar, tweak animations, adjust spacing, add conclusion
2026-08-23 23:24:21 +02:00

37 lines
654 B
Typst

#import "../requirements.typ": *
#focus-slide(theme: "mandarine")[What's Out There?]
= What's out there?
== Existing Type Checkers
#v(1fr)
#grid(
columns: (1fr, 1fr),
column-gutter: 3em,
align: center + horizon,
image("../figs/mypy_logo.svg"),
image("../figs/pyright-logo.png"),
)
#v(1fr)
== Community Packages for Pandas
=== Strictly Typing Pandas
#{
set text(size: 0.8em)
emph(link("https://strictly-typed-pandas.readthedocs.io"))
}
- Static typing of schema
- Quite limited
=== Pandera
#{
set text(size: 0.8em)
emph(link("https://pandera.readthedocs.io"))
}
- Dynamic verification and data validation
- Powerful but verbose