ethanchewy / PythonBuddy

1st Online Python Editor With Live Syntax Checking and Execution
https://pythonbuddy.com
BSD 3-Clause "New" or "Revised" License
277 stars 84 forks source link

Track Most Commonly Typed Errors #49

Open ethanchewy opened 5 years ago

ethanchewy commented 5 years ago

As a user, I want to track what Pylint errors and understand how to mitigate them.

Current blocker => login feature

ethanchewy commented 5 years ago

Along the same lines, I think it would be interesting to figure out how to intelligently help users with errors that they receive the most often.

For example, I could maybe create teaching modules revolving around different types/clusters of similar error messages.

Also some other questions that come to mind:

Other: