Contribute Media
A thank you to everyone who makes this possible: Read More

Stupid computer! Improving error messages for beginner programmers

Description

Python is a great beginners programming language. Unfortunately, many of the exception messages coming from the standard library and parser are very unhelpful to a newbie programmer. We identify some of these cases, make modifications to improve these messages, and assess their effectiveness.

Details

Improve this page