Good Information on basic Python Errors


I came across this particular website which I found useful to explain 2 basic and common python errors:

  • TypeError: sequence item 0: expected str instance, int found
  • TypeError: can only join an iterable

For information, do take a look at Python detect and prevent TypeError: sequence item 0 and join iterable

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.