
Introducting: `stormcheck mypy --edu` , type check your code, and learn #Python fundamentals at the same time!
The error messages themselves are ordered by difficulty level, and each category has a dedicated tutorial built-in to the CLI!
My goal was to create a tool that can teach beginners as they work, but still be useful to professionals who already know their craft.
We call this Compassion-Driven-Development
Once finished, I plan on putting this on all my open-source projects to help contributors who are new to Python.
Soon: RUFF checking as well?? What else would a tool like this benefit from?
#OpenSource #CLI #mypy #education #programming #teaching #learning