zoukankan
html css js c++ java
5、Python文件类型
Python文件类型
源代码
Python源代码的文件以“py”为扩展名,由Python程序解释,不需要编译
字节代码
Python源文件经编译后生成的扩展名为“pyc”的文件
编译方法
import py_compile py_compile.compile("hello.py")
优化代码
经过优化的源文件,扩展名为“.pyo”
python -O -m py_compile hello.py
以上三种均可直接运行
查看全文
相关阅读:
hibernate常用配置
hibernate快速入门
【转】Struts2中json插件的使用
【转】Struts2解决表单重复提交问题
OGNL表示式使用和值栈
Python就是为了方便生活,比如看VIP电影
使用python进行面部合成,比PS好用多了
Python黑科技,教你学会Django系统错误监控
Python这么厉害的么?一次爬完整站小说
Linux优化不知如何下手?那你的看看这篇文章了
原文地址:https://www.cnblogs.com/zfc2201/p/8168923.html
最新文章
UVa
表达式树 (二叉树的应用)
最长回文串 O(n)复杂度(manacher算法)
Kmp 模板(邝斌
Kmp算法
HDU
HDU
数据结构
HDU
Manacher算法
热门文章
codeforces 791B Bear and Friendship Condition
codeforces 791A Bear and Big Brother
codeforces 789C. Functions again
codeforces 789B. Masha and geometric depression
codeforces 789A. Anastasia and pebbles
codeforces 812C. Sagheer and Nubian Market
codeforces 812A. Sagheer and Crossroads
Hibernate的一级缓存
Hibernate的持久化类状态
Hibernate的核心API
Copyright © 2011-2022 走看看