Is there a Python language specification?

Question:

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

Asked By: kgrad

||

Answers:

No, python is defined by its implementation.

Answered By: Marko

You can check out the Python Reference

Answered By: nojevive

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

Answered By: Noldorin
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.