-
help——install new sof查看全部
-
python -m py_compile hello.py 转换为.pyc文件 python hello.pyc运行 python -O -m py_compile hello.py 转换为.pyo文件 python hello.pyo运行查看全部
-
安装ipython命令:sudo apt get install ipython查看全部
-
http://pydev.org/updates查看全部
-
Linux安装ipython查看全部
-
安装Python 对应eclipse插件查看全部
-
字节码文件(*.pyc,*.pyo) python -m py_compile *.py → *.pyc(提高加载速度,执行数度一样) python -O -m py_compile *.py → *.pyo(优化的.pyc文件)查看全部
-
字节码文件(*.pyc,*.pyo) python -m py_compile *.py → *.pyc(提高加载速度,执行数度一样) python -O -m py_compile *.py → *.pyo(优化的.pyc文件)查看全部
-
Eclispe install pydev: http://pydev.org/updates查看全部
-
Eclipse下Python配置(2)查看全部
-
Eclipse下Python配置(1)查看全部
-
字节码文件查看全部
-
在eclipse中安装python查看全部
-
Python开发环境搭建查看全部
-
hello.pyc字节码文件 hello.pyo二进制文件查看全部
举报
0/150
提交
取消