Skip to main content

Those annotations can have things other than typing?!

Track:
Python Internals & Ecosystem
Type:
Talk
Level:
intermediate
Room:
Terrace 2A
Start:
12:30 on 12 July 2024
Duration:
30 minutes

Abstract

Annotating functions with typing information is commonplace nowadays. Annotations have become synonymous with typing information, even though they could be just about anything you’d want. Are there use cases for function annotations other than typing? Is that useful? Should you care? Should you stop using typing?