Unicode in Python: Working With Character Encodings
Christopher Trudeau
9 Lessons
51m
advanced
best-practices
python
Pythonβs Unicode support is strong and robust, but it takes some time to master. There are many ways of encoding text into binary data, and in this course youβll learn a bit of the history of encodings. Youβll also spend time learning the intricacies of Unicode, UTF-8, and how to use them when programming Python. Youβll practice with multiple examples and see how smooth working with text and binary data in Python can be!
By the end of this course, youβll know:
- What an encoding is
- What ASCII is
- How binary displays as octal and hex values
- How UTF-8 encodes a code point
- How to combine code points into a single glyph
- Which built-in functions can help you
Unicode In Python: Working With Character Encodings
9 Lessons 51m
4. Using Unicode 04:15
5. Encoding UTF-8 06:19
6. Combining Characters 05:40
8. Using Other Encodings 04:45
About Christopher Trudeau
Christopher has a passion for the Python language and writes for Real Python. He is a consultant who helps advise organizations on how to improve their technical teams.
Β» More about Christopher



William on July 2, 2020
Iβm surprised that there arenβt any comments yet! You deserve better, Mr. Trudeau.
This was an β’excellentβ’ progression of lesson videos, Christopher.
Thank you.