Is there a Python language specification?

2019-01-11 01:26发布

问题:

Is there anything in Python akin to Java's JLS or C#'s spec?

回答1:

There's no specification per se. The closest thing is the Python Language Reference, which details the syntax and semantics of the language.



回答2:

You can check out the Python Reference



回答3:

No, python is defined by its implementation.