Skip to content

Latest commit

 

History

History
140 lines (109 loc) · 8.35 KB

File metadata and controls

140 lines (109 loc) · 8.35 KB

Common Python Errors

This is a small collection of Python errors I've encountered while learning.
I'm saving minimal examples and fixes as I go.

Each folder contains:

  • reproduce.py
  • fix.py
  • README explanation

Common Questions


Error Archive

NameError

UnboundLocalError

TypeError

IndexError

AttributeError

ImportError

ModuleNotFoundError

OS / File Errors

FileExistsError

JSON Errors

UnicodeDecodeError

Pandas Errors

SyntaxError

IndentationError

KeyError

ValueError

RecursionError

ZeroDivisionError


More error cases will be added as I encounter them while learning Python.


Related Mini Projects