Introduction to Unicode

Let's learn how strings can be unicode.

One of the major changes in Python 3 was the move to make all strings Unicode. Previously, there was a str type and a unicode type. For example:

Get hands-on with 1200+ tech skills courses.