Using LLMs to create a python library
Using LLMs to create a python library I have used Gemini and Claude LLM models to create a mypy plugin to mark a function as pure: mypy-pure.
Introduction I think that static analysis in Python is a great opportunity to catch a lot of issues before running the program.
I do not even remember when, but I saw a thread in the Python official forum where a user was suggesting this @pure decorator idea to the Steering Council of Python.
[Read More]