About 795 results
Open links in new tab
  1. codecs — Codec registry and base classes - Python

    2 days ago · This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the …

  2. Unicode Objects and Codecs — Python 3.13.3 documentation

    3 days ago · The codec uses mappings to encode and decode characters. The mapping objects provided must support the __getitem__() mapping interface; dictionaries and sequences work …

  3. Unicode HOWTO — Python 3.13.3 documentation

    1 day ago · In addition, one can create a string using the decode() method of bytes. This method takes an encoding argument, such as UTF-8, and optionally an errors argument. The errors …

  4. Codec registry and support functions — Python 3.13.3 …

    4 days ago · Generic codec based decoding API. object is passed through the decoder function found for the given encoding using the error handling method defined by errors. errors may be …

  5. “Why is Python Installed on my Computer?” FAQ

    Mar 12, 2010 · If you find Python installed on your system but don’t remember installing it, there are several possible ways it could have gotten there. Perhaps another user on the computer …

Refresh