- POST Python is a performance optimized, statically typed subset of Python that is compilable.
- It runs unmodified under CPython and can be compiled to native code without a Python runtime.
- Functions can be interpreted as Python, compiled to native C kernels, or turned into numpy.ufuncs.
- It emphasizes a normative specification over informal subsets, with conformance profiles for tools.