Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the world of type checking in Django applications through this informative EuroPython 2021 conference talk. Delve into the practical aspects of implementing type hints in Python 3, addressing the divide between those who embrace and those skeptical of this feature. Learn how to add type hints to Django projects, including views, models, and querysets, and discover useful tools to assist in this process. Examine the current limitations of type hints and understand how to fine-tune mypy for both strict and lenient checking. Gain insights into the differences between mypy's behavior and Python's runtime execution, illustrated with practical code examples. All code snippets presented are compatible with Python 3.9.4 and above, ensuring relevance to modern Django development practices.