Is there anything in Python akin to Java's JLS or C#'s spec?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
You can check out the Python Reference
There's no specification per se. The closest thing is the Python Language Reference, which details the syntax and semantics of the language.
No, python is defined by its implementation.