美文网首页
Python learning note1

Python learning note1

作者: sunnysunshine | 来源:发表于2018-08-22 15:02 被阅读0次

Python 文本文件:以.py 结尾。

python从语言规范到解释器都是开源的。

python解释器:官方 CPython。提示符>>>

Jython:运行在JAVA 平台的python 解释器。把PYTHON 编译成JAVA 字节码,

PYPY:目标是执行速度。采用JIT技术。对PYTHON 进行动态编译-不是解释。提高python执行速度。但与CPYTHON有一点不同,

First python programme:

under windows command window: prompt like this : C:\>_

command :exit() -->exit python environment.

相关文章

网友评论

      本文标题:Python learning note1

      本文链接:https://www.haomeiwen.com/subject/aemnbftx.html