Python/设置

维基教科书,自由的教学读本
Python介绍:
概览 开发阶段:75%(截至{{{2}}})
下载和安装 开发阶段:75%(截至{{{2}}})
设置开发阶段:00%(截至{{{2}}})
使用python解释器开发阶段:50%(截至{{{2}}})
交互模式 开发阶段:00%(截至{{{2}}})

Eclipse IDE安装 Python PyDEV[编辑]

您可以使用使用 Eclipse IDE 作为 Python 使用,这样做的唯一的要求是事先安装 Python PyDEV 插件。

您可以到 eclipse.org选择适合您系统 Eclipse 下载并安装。安装过程只需要解压 Eclipse 到您的电脑。

您有两种方式安装 Python PyDEV 插件:

  • 推荐的方法: 使用Eclipse的更新管理器,找到在上工具栏的 "Help" -> "Software Updates" -> "Find and Install"。按 "Search for New Features"按钮,当后添加 http://pydev.sf.net/updates/ 为"New Remote Site" 然后让Eclipse重新检查更新. Eclipse will now check for any updates to PyDEV when it searches for updates.
    • If you get an error stating a requirement for the plugin "org.eclipse.mylyn", expand the PyDEV tree, and deselect the optional mylyn components.
  • 或者手动安装 PyDEV :到pydev.sourceforge.net获得最新版本的 PyDEV 安装。下载后,程序将解压到base folder。

Emacs 中的 Python 模式[编辑]

Emacs 也提供 Python 模式的功能,如运行程式码片段,并改变标签。 您也可以在sourceforge.net下载.

安装新模块[编辑]

虽然许多应用程序和模块有搜索网页,有一个中央存放搜索套件并进行安装,被称为“奶酪店” 。

很多应用程序和模块可以搜索网页 Although many applications and modules have searchable webpages, there is a central repository for searching packages for installation, known as the "Cheese Shop."

更多资源[编辑]