Remix.run Logo
zahlman 13 hours ago

> And now with newer Python projects using type annotations, the difference got smaller.

Just FWIW, you don't actually have to put type annotations in your own code in order to use annotated libraries.

cobolexpert 10 hours ago | parent [-]

Indeed, but nowadays it’s common to add the annotations to claw back a bit of more powerful code linting.