Differences between revisions 34 and 39 (spanning 5 versions)
Revision 34 as of 2007-07-15 03:52:49
Size: 2107
Editor: XiaoQi
Comment:
Revision 39 as of 2009-12-25 07:16:07
Size: 2099
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off
Line 2: Line 3:
[[TableOfContents]]
== 哪一种 Python 适合您? ==
<<TableOfContents>>
== 1.1 哪一种 Python 适合您? ==
Line 5: Line 6:
 1. `Para -1`:'''无论哪一个已经安装再您的计算机上的均可。'''[[BR]]
 (!) 表达似乎有些别扭,[[BR]]
 1. `Para -1`:'''无论哪一个已经安装再您的计算机上的均可。'''<<BR>>
 (!) 表达似乎有些别扭,<<BR>>
Line 8: Line 9:
== Windows 上的 Python ==
 1. `Para 2`:ActiveState '''制作了一个''' Windows 上的 Python安装程序'''称为''' ActivePython[[BR]]
 (!) 表达很别扭,[[BR]]
 (./) Activestate '''发布''' Windows 上的 Python 安装程序,'''叫做''' ActivePython

== 1.2
Windows 上的 Python ==
 1. `Para 2`:ActiveState '''制作了一个''' Windows 上的 Python安装程序'''称为''' ActivePython<<BR>>
 (!) 表达很别扭,<<BR>>
 (./) ActiveState '''发布''' Windows 上的 Python 安装程序,'''叫做''' ActivePython
Line 16: Line 18:
 1. `过程1.1, 6`:'''Start->Programs'''[[BR]]
 (!) 能翻译为什么不翻译呢?[[BR]]
 1. `过程1.1, 6`:'''Start->Programs'''<<BR>>
 (!) 能翻译为什么不翻译呢?<<BR>>
Line 19: Line 21:
== Mac OS X 上的 Python ==
== 1.3 Mac OS X 上的 Python ==
Line 22: Line 25:
== Mac OS 9 上的 Python ==
== 1.4 Mac OS 9 上的 Python ==
Line 24: Line 28:
== RedHat Linux 上的 Python ==
 1. `Para 1`:如果你想'''像 Linux 一样的 UNIX 兼容的操作系统上'''……[[BR]]
 (!) 真不知道这样的话读起来怎么也不嫌别扭[[BR]]

 (./) 如果你想在'''类 UNIX 的操作系统(如 Linux)上'''

== 1.5 RedHat Linux 上的 Python ==
 1. `Para 1`:如果你想'''像 Linux 一样的 UNIX 兼容的操作系统上'''……<<BR>>
 (./) '''类 UNIX 的操作系统(如 Linux)上'''
Line 30: Line 34:
== Debian GNU/Linux 上的 Python ==
 1. `Para 1`:如果您'''碰巧''' <!> {X} 运行在……
== 从源代码安装 Python ==

== 1.6 Debian GNU/Linux 上的 Python ==
 1. `Para 1`:如果您'''碰巧''' {X} 运行在……

== 1.7 从源代码安装 Python ==
Line 34: Line 40:
== 使用 Python 的交互 Shell ==
 1. `Para 3`:让我们'''深入下去'''做这些操作[[BR]]
 (!) 不管原文如何,这里不符合上下文(下文不过是做了`1 + 1`、`print 'hello world'`这样的简单操作)[[BR]]

== 1.8 使用 Python 的交互 Shell ==
 1. `Para 3`:让我们'''深入下去'''做这些操作<<BR>>
 (!) 不管原文如何,这里不符合上下文(下文不过是做了`1 + 1`、`print 'hello world'`这样的简单操作)<<BR>>

6-8<X1> install.xml 安装 Python

1.1 哪一种 Python 适合您?

  1. Para 2:……大多数Linux发布版本 <!> (./) 发行版

  2. Para -1无论哪一个已经安装再您的计算机上的均可。
    (!) 表达似乎有些别扭,
    (./) 无论哪一个——只要已经安装在您计算机上——均可。

1.2 Windows 上的 Python

  1. Para 2ActiveState 制作了一个 Windows 上的 Python安装程序称为 ActivePython
    (!) 表达很别扭,
    (./) ActiveState 发布 Windows 上的 Python 安装程序,叫做 ActivePython

  2. Para 2附加了 <!> 一些 Windows 扩展 (./) 以及

  3. Para 3曾经 {X} 学习 Python 时

  4. Para 3:新的 Python 版本出来 <!> 几个月 (./) 发布

  5. 过程1.1, 5:……执行一个 {X} 定制安装

  6. 过程1.1, 6Start->Programs
    (!) 能翻译为什么不翻译呢?
    (./) 开始->程序

1.3 Mac OS X 上的 Python

  1. 过程1.4, 2挂装 <!> 到桌面 (./) 挂载

  2. 例1.1上:那您需要知道正在使用 {i} 的是 哪一个版本的 Python。

1.4 Mac OS 9 上的 Python

pass

1.5 RedHat Linux 上的 Python

  1. Para 1:如果你想在像 Linux 一样的 UNIX 兼容的操作系统上……
    (./) 在类 UNIX 的操作系统(如 Linux)上

  2. Para 2:下载最新的 Python RPM {i}

  3. 例1.2, (3):这是我们刚 <!> 的 Python (./) 安装

1.6 Debian GNU/Linux 上的 Python

  1. Para 1:如果您碰巧 {X} 运行在……

1.7 从源代码安装 Python

pass

1.8 使用 Python 的交互 Shell

  1. Para 3:让我们深入下去做这些操作
    (!) 不管原文如何,这里不符合上下文(下文不过是做了1 + 1print 'hello world'这样的简单操作)
    (./) 让我们尝试着做这些操作

DiveIntoPythonZh/2007-06-08 (last edited 2009-12-25 07:16:07 by localhost)