第72页 | Learning Python | 阅读 ‧ 电子书库

同步阅读进度,多语言翻译,过滤屏幕蓝光,评论分享,更多完整功能,更好读书体验,试试 阅读 ‧ 电子书库

Test Your Knowledge: Answers

 

 
The Python interpreter is a program that runs the Python programs you write.Source code is the statements you write for your program—it consists of text in text files that normally end with a .py extension.Byte code is the lower-level form of your program after Python compiles it. Python automatically stores byte code in files with a .pyc extension.The PVM is the Python Virtual Machine—the runtime engine of Python that interprets your compiled byte code.Psyco, Shedskin, and frozen binaries are all variations on the execution model.CPython is the standard implementation of the language. Jython and IronPython implement Python programs for use in Java and .NET environments, respectively; they are alternative compilers for Python.

请支持我们,让我们可以支付服务器费用。
使用微信支付打赏


上一页 · 目录下一页


下载 · 书页 · 阅读 ‧ 电子书库