Python Typing and Annotations


Details
Welcome Pythonistas!
To start off 2021, we'll dive into one of the best optional features of modern Python: typing and annotations! That's right, typing in Python π²
Follow along with some code projects as we discover the benefits typing can add to readability, discoverability, and testing. We'll check out the following libraries that take advantage of Python's function annotation syntax:
Mypy - Static type checking
Typer - Build CLI applications
FastAPI - Web API with auto documentation
We meet monthly for good discussion and Python shenanigans. You can show off a project you're working on or any problems that we can help solve. We're always looking for people to give lightning, beginner, and skill-based talks. Message us if you're interested in speaking!
You can watch our past meetings at watch.pyorl.org
See you all there π

Python Typing and Annotations