I am trying to make a code editor that allows user to type in python code. However CodeMirror does not support python linting and I want to be able to show the user where the errors in their code are. Does anyone have any info on how I can go about this?
I have tried using codemirror/lint but python is not supported I am expecting something like this but for python
New contributor
Rostam Rad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.