Static Typing in Python' ๐


Static Typing(Optional) in Python is catching a lot of attention after PEP 484 introduction in Python 3.6 due to several benefits it can provide.
I was quite ready to try adding types to our codebase at work, so I tried convincing my teammates to start annotating the codebase gradually.
I gave a presentation for the same. As expected, everyone was so convinced with it that I integrated mypy in pre-commit and CI the next day ๐ค, and believe me, it is helping us every day to not ship TypeError
to production ๐.
I thought I could share the slides here, and maybe convince a few more of you to start adding types to your Python code ๐
Slides'
Fin'
May the Types be with every Pythonista ๐
Subscribe to my newsletter
Read articles from Anil Khatri directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Anil Khatri
Anil Khatri
You're not your code.