Python Language

Python , an easy-to-use, flexible, object-oriented, mature, popular, and open source programming language designed to optimize development speed. Although it is completely general purpose, Python is often called a scripting language , partly because of its sheer ease of use and partly because it is commonly used to orchestrate or "glue" other software components in an application. Python is also commonly known as a high-level language , because it automates most low-level tasks that programmers must handle manually in traditional languages such as C.

——《Programming Python》

 

Python ORG : http://www.python.org/

Planet of Python : http://planet.python.org/

 

Wiki Python : http://zh.wikipedia.org/w/index.php?title=Python&variant=zh-cn

 

Douban Python Group : http://www.douban.com/group/python/

 

SUN Python developer center : http://developers.sun.com/scripting/python/

 

Woodpecker,an Python community : http://wiki.woodpecker.org.cn

 

Books:

《Programming Python》

《Python Cookbook》

《Dive into Python》 http://www.woodpecker.org.cn/diveintopython/

《WxPython in Action》

 

Django Book

http://djangobook.py3k.cn/

 

py2exe

http://www.py2exe.org/index.cgi/FrontPage

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.

 

 

你可能感兴趣的:(PHP,python,django,sun,wxPython)