The main goal of this cheat sheet is to collect some common snippets which are related to Unicode. In Python 3, strings are represented by Unicode instead of bytes. Further information can be found on ...
I'm surfacing it here because I can never remember whether that discussion is here, or in the typeshed repo, or in the mypy tracker. (Adding str, bytes, unicode, Text, basestring as additional search ...