UnboundLocalErrorUnboundLocalError
A local variable was referenced before it was assigned a value.
DeprecationWarningA warning about a deprecated feature that will be removed in a future version.
Your code uses a function, method, or feature that has been deprecated and will be removed in a future Python version. The warning indicates you should migrate to the recommended alternative.
Read the warning message for the recommended replacement. Update your code to use the new API. Run with -Wd flag to see all deprecation warnings. Check the Python changelog for migration guides.
UnboundLocalErrorA local variable was referenced before it was assigned a value.
re.errorThe regular expression pattern contains invalid syntax.
TabErrorIndentation uses an inconsistent mix of tabs and spaces.
KeyboardInterruptThe user pressed Ctrl+C to interrupt the running program.
NotImplementedErrorA method that should be implemented by a subclass has not been implemented yet.
ConnectionErrorA connection-related error occurred during a network operation.