Info
Open the page on your phone

What is a PEP (Python Enhancement Proposal), which ones do you know (PEP 8, PEP 484)?

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.