欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Python
来自开放百科 - 灰狐
(版本间的差异)
第7行: | 第7行: | ||
[http://www.eweek.com/article2/0,1895,1934746,00.asp Python Creator Scripts Inside Google]: Inside Google, Python is the standard scripting language. | [http://www.eweek.com/article2/0,1895,1934746,00.asp Python Creator Scripts Inside Google]: Inside Google, Python is the standard scripting language. | ||
+ | ==版本== | ||
+ | * Python 2.5 (September 19, 2006) - http://www.python.org/download/releases/2.5 | ||
+ | * Python 2.4.4 (October 18, 2006) - http://www.python.org/download/releases/2.4.4 | ||
+ | * Python 2.3.6 (November 1, 2006) - http://www.python.org/download/releases/2.3.6 | ||
+ | * Python 2.2.3 (May 30, 2003) - http://www.python.org/download/releases/2.2.3 | ||
+ | * Python 2.1.3 (April 8, 2002) - http://www.python.org/download/releases/2.1.3 | ||
+ | * Python 2.0.1 (June 2001) - http://www.python.org/download/releases/2.0.1 | ||
+ | * Python 1.6.1 (September 2000) - http://www.python.org/download/releases/1.6.1 | ||
+ | * Python 1.5.2 (April 1999) - http://www.python.org/download/releases/1.5 | ||
==Python应用/框架== | ==Python应用/框架== | ||
*[[Quixote]] | *[[Quixote]] | ||
第28行: | 第37行: | ||
Debian 3.1 安装后自带 Python 2.3 | Debian 3.1 安装后自带 Python 2.3 | ||
===2.4 on Debian=== | ===2.4 on Debian=== | ||
+ | wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz | ||
+ | tar zxvf Python-2.4.4.tgz | ||
+ | cd Python-2.4.4 | ||
+ | ./configure | ||
+ | make | ||
+ | make install // installed to /usr/local/lib/python2.4 | ||
+ | /usr/local/bin/python2.4 | ||
+ | Python 2.4.4 (#1, Feb 3 2007, 09:56:56) | ||
+ | [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 | ||
+ | Type "help", "copyright", "credits" or "license" for more information. | ||
+ | >>> | ||
+ | |||
===2.5 on Debian=== | ===2.5 on Debian=== | ||
==Solaris== | ==Solaris== |
2007年2月3日 (六) 18:19的版本
Python 最新版:2.5 , 下载最新版: http://download.huihoo.com/python/
Python 是一种面向对象的解释性的计算机程序设计语言,也是一种功能强大而完善的 通用型语言,已经具有十多年的发展历史,成熟且稳定。
Python Creator Scripts Inside Google: Inside Google, Python is the standard scripting language.
目录 |
版本
- Python 2.5 (September 19, 2006) - http://www.python.org/download/releases/2.5
- Python 2.4.4 (October 18, 2006) - http://www.python.org/download/releases/2.4.4
- Python 2.3.6 (November 1, 2006) - http://www.python.org/download/releases/2.3.6
- Python 2.2.3 (May 30, 2003) - http://www.python.org/download/releases/2.2.3
- Python 2.1.3 (April 8, 2002) - http://www.python.org/download/releases/2.1.3
- Python 2.0.1 (June 2001) - http://www.python.org/download/releases/2.0.1
- Python 1.6.1 (September 2000) - http://www.python.org/download/releases/1.6.1
- Python 1.5.2 (April 1999) - http://www.python.org/download/releases/1.5
Python应用/框架
更多: Huihoo Python Applications
pygame
Linux
2.3 on Debian
Debian 3.1 安装后自带 Python 2.3
2.4 on Debian
wget http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz tar zxvf Python-2.4.4.tgz cd Python-2.4.4 ./configure make make install // installed to /usr/local/lib/python2.4 /usr/local/bin/python2.4 Python 2.4.4 (#1, Feb 3 2007, 09:56:56) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
2.5 on Debian
Solaris
FreeBSD
Windows
http://download.huihoo.com/python/2.5/python-2.5.msi
运行命令行或集成开发环境 IDLE
>>> help() help>modules help>sys help>modules search help>SearchEngine help>modules hash help>hashlib help>quit >>>
相关链接
- http://www.python.org/
- http://www.pygame.org/
- Python 2.5新特性
- 啄木鸟 Pythonic 开源社区 http://www.woodpecker.org.cn/
- Python中文社区 http://python.cn/
- Python资源 - http://czug.org/about/python/
联机文档
- Python 2.4.2 Documentation http://www.huihoo.com/python/Python-Docs-2.4.2/
- Python 手册(v2.3) (中文) http://www.huihoo.com/python/python2.3tut/tut/
Python Web Services
- Python Web 服务开发者 - http://www-128.ibm.com/developerworks/cn/webservices/ws-pyth/index.html
分享您的观点