Static Typing in Python' ๐Ÿ

Anil KhatriAnil Khatri
1 min read

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'

Presentation Slides

Fin'

May the Types be with every Pythonista ๐Ÿ

4
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.