What is PEP?
PEP means Python Enhancement proposal, that provides information about new characteristics or processes to the python community. PEP is used as a platform to propose new features, collect inputs from the python community on any error/issue, and document the features which have been implemented in the latest python versions. The team that manages PEP is responsible for consensus within the python community and documenting their opinions. PEP is mostly used by the core python developers for implementing the latest features in their programming.