Python Introduction
来自KlniuWiki
1 程序执行
Python程序的执行可以从两个角度上来看:
站在程序员的角度上: 带py后缀的程序源代码文件 -> python code.py -> output
站在Python的角度上:源代码 -> Byte Code Combination(.oyc) -> PVM(Python Virtual Machine)(Runtime)
2 参考文献
- Mark Lutz. Learning Python, Fourth Edition[M]. United States of America:Newgen North America,2009.09.[2011-08-10]. ISBN:978-0-596-15806-4.