Strings, Unicode, and Bytes in Python 3: Everything You Always Wanted to Know
Understanding the significant new features of Python 3
Jan 13, 2019 · 9 min read
Arguably the most significant new features introduced in Python 3 are the new implementation of str as Unicode by default and the strict separation between text and binary data.