Unicode in Python

Python's Unicode support is strong and robust, but it takes some time to master. There are several different ways of encoding Unicode, but the default in Python 3 is UTF-8. Python stores data as either a string or a byte. You'll practice with encode() and decode(), which allow you to convert between the two. Click here to learn more:

Смотрите также