VirtualTam's bookmarks

  1. Standard library:

    • unicode - Data and functions to test some properties of Unicode code points

    Extra libraries:

    Third-party libraries:

    • anyascii/go - Converts Unicode characters to their best ASCII representation

    RFCs:

    Resources:

  2. Before you speak, let your words pass through three gates; At the first gate, ask yourself, is is true? At the second gate ask, is it necessary? At the third gate ask, is it kind?

  3. This document describes the current state of packaging in Python using Distribution Utilities (“Distutils”) and its extensions from the end-user’s point-of-view, describing how to extend the capabilities of a standard Python installation by building packages and installing third-party packages, modules and extensions.