DEV Community

Discussion on: Python Wrap Up - August 2019

Collapse
 
sobolevn profile image
Nikita Sobolev

I am going to promote a tutorial about django and mypy: dev.to/wemake-services/typecheckin...

TypedDjango allows to typecheck settings, views, forms, models, and querysets. Literally everything in django-land! This is a long-awaited feature!

django types

Check it out.