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-logo.gif

Python 最新版:2.5 , 下载最新版: http://download.huihoo.com/python/

Python 是一种面向对象的解释性的计算机程序设计语言,也是一种功能强大而完善的 通用型语言,已经具有十多年的发展历史,成熟且稳定。

Python Creator Scripts Inside Google: Inside Google, Python is the standard scripting language.

目录

版本

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
>>>

相关链接

联机文档

Python Web Services

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱