1,python2 or python 区别,
https://wiki.python.org/moin/Python2orPython3
python software foundation
2,python 应用(最近Ruiy在搞openstack知道在openstack上有一个web框架(django)和openstack服务上的每一个组件的客户端都是由python写的)
python C api
https://docs.python.org/3/c-api/index.html
python3.X文档
https://docs.python.org/3/
adobe flashplay(高级浏览器插件)下载
http://get.adobe.com/cn/flashplayer/otherversions/
关于python的2个扩展组件
setuptools与pip
pip我就不说了.
setuptools是 Python Enterprise Application Kit(PEAK)的一个副项目,它 是一组Python的 distutilsde工具的增强工具(适用于 Python 2.3.5 以上的版本,64 位平台则适用于 Python 2.4 以上的版本),可以让程序员更方便的创建和发布 Python 包,特别是那些对其它包具有依赖性的状况