Contribute Media
A thank you to everyone who makes this possible: Read More

Character encoding and Unicode in Python

Summary

Every developer will inevitably feel the pain of character encoding issues. We will cover the fundamentals every Python developer should know on character encoding and Unicode. We will teach you how to identify the types of problems that occur when dealing with character encoding and outline a set of best practices and useful libraries which can be used to avoid and fix character encoding issues.

Details

Improve this page