Latest blog posts

Mainly Python and Django

An Alternative to the Django Mypy Plugin

Django being created way before type hints were a thing in Python, it wasn’t designed with typing support in mind. External projects raised typing support at a decent level, but are mainly tied with mypy. In this article, I will go briefly over the current state of the Django typing ecosystem and provide a hopefully viable alternative to the current mypy plugin. TL;DR: django-autotyping creates custom stubs for your application, providing a reliable alternative to the Django mypy plugin and enhancing the Django development experience....

December 16, 2023 · 8 min