What are the PEP’s in Python?

Asked

Viewed 187 times

6

I was researching about the Type Hints in Python and came across this page.

PEP 0484 - Type Hints

What would this PEP be?

This is some kind of proposal for the next versions of languages?

1 answer

7


PEP’s (Python Enhancement Proposals, or Proposals for Python Improvements). It works in a very similar way to IEEE RFC (english): some user interested in an improvement or new functionality detailed to the community what is this improvement/ functionality, how it should work, a proof of concept, what has been tried and worked or not worked and even a code that makes this implementation.

The community, in turn, evaluates the paper and decides whether or not it proceeds to be part of the language. If yes, the new feature is released in the next versions.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.