EduLint: a Python linter for novice programmers

EduLint is a linter that helps novice programmers learn writing good code. EduLint notifies its users of many frequent code quality defects and guides them in improving the code. It wraps popular Python linters Pylint and Flake8 and extends them by many new defect detectors.

Tip

Try EduLint here.

Tip

Learn how to install and run EduLint here.


Do you have any problem or could use a new feature? See project’s GitHub issues.