PEP stands for Python Enhancement Proposal. It is a design document providing information to the Python community or describing a new feature for Python or its processes.
Two well-known PEPs are PEP 8, which provides the style guide for Python code, and PEP 484, which introduces type hints to the Python language.