[color=black]python[/color]
创始人:
Guido van Rossum
开始设计的目的:
做为 ABC 语言的一种继承
代码生成的过程:
Python在执行时,首先会将.py文件中的源代码编译成Python的byte code(字节码),然后再由Python Virtual Machine来执行这些编译好的byte code。(类似与java)
而这里说提的Python Virtual Machine:一种抽象层次更高的Virtual Machine。
名言:
There should be one-- and preferably only one --obvious way to do it.
开发平台搭建:(win配置python开发环境 eclipse+pyDev+Subclipse(SVN))
http://www.cnspeak.com/index.php/2010/04/win-configure-python-development-environment-eclipse-pydev-subclipse-svn.html
推荐的网站:
1.http://wiki.woodpecker.org.cn/moin/%E9%A6%96%E9%A1%B5
2.http://woodpecker.org.cn/diveintopython/toc/index.html
3.http://www.iteedu.com/plang/python/pythoncnshc/node2.php
4.http://linux.chinaitlab.com/manual/Python_chinese/index.html
创始人:
Guido van Rossum
开始设计的目的:
做为 ABC 语言的一种继承
代码生成的过程:
Python在执行时,首先会将.py文件中的源代码编译成Python的byte code(字节码),然后再由Python Virtual Machine来执行这些编译好的byte code。(类似与java)
而这里说提的Python Virtual Machine:一种抽象层次更高的Virtual Machine。
名言:
There should be one-- and preferably only one --obvious way to do it.
开发平台搭建:(win配置python开发环境 eclipse+pyDev+Subclipse(SVN))
http://www.cnspeak.com/index.php/2010/04/win-configure-python-development-environment-eclipse-pydev-subclipse-svn.html
推荐的网站:
1.http://wiki.woodpecker.org.cn/moin/%E9%A6%96%E9%A1%B5
2.http://woodpecker.org.cn/diveintopython/toc/index.html
3.http://www.iteedu.com/plang/python/pythoncnshc/node2.php
4.http://linux.chinaitlab.com/manual/Python_chinese/index.html