CodeMirror Linting for python
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?