收集一些有意思的 Python 库,方便以后使用。

  • Numba: A just-in-time compiler for Python that works best on code that uses NumPy arrays and functions, and loops.
  • Pebble: 并发/异步库
  • typing-extensions: 类型标注的扩展,将很多后续 Python 版本才具备的 typing 模块的功能提前放到更早期的 Python 版本中;