Is there a Python language specification?

喜夏-厌秋 提交于 2019-11-26 15:53:18

问题


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.



来源:https://stackoverflow.com/questions/1094961/is-there-a-python-language-specification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!